Html Css Color HEX #148709 Green

📋 copy color: '#148709'

red 20 ◦ green 135 ◦ blue 9

#148709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #148709

Tints of Green #148709

RGB

 RED value IS 20 (8.2% from 255) = 12.2%

 GREEN value IS 135 (53.13% from 255) = 82.32%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 12.2%
G = 82.32%
B = 5.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#148709 (or 0x148709) is known color: Green. HEX triplet: 14, 87 and 09. RGB value is (20,135,9). Sum of RGB (Red+Green+Blue) = 20+135+9=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #148709 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148709 is #EB78F6. Grayscale: #565656. Windows color (decimal): -15431927 or 624404. OLE color: 624404.

HSL color Cylindrical-coordinate representation of color #148709: hue angle of 114.76º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #148709 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 9 -
CMYK 0.85 0 0.93 0.47
HSL 114.76º 0.88% 0.28% -
HSV(B) 114.76º 0.93% 0.53% -
XYZ 9 17.5 3.16 -
YUV 86.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 20 135 9 0.85 0 0.93 0.47 114.76 0.88 0.28
Hex 14 87 9 55 0 5D 2F 73 58 1C
Octal 24 207 11 125 0 135 57 163 130 34
Binary 10100 10000111 1001 1010101 0 1011101 101111 1110011 1011000 11100

Color Harmonies of #148709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148709

Black with #148709

Text Example


Text Example

White with #148709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148709; }

 p { color: rgb(20,135,9); }

 H1.HeaderClassName
 {
   color: #148709;
 }
 .AnyTagClassName
 {
   color: #148709;
 }
</style>

background-color css

<style>
 a { background-color: #148709; }

 a { background-color: rgb(20,135,9); }

 div.DivClassName
 {
   background-color: #148709;
 }
 .BgClassName
 {
   background-color: #148709;
 }
</style>

border-color css

<style>
 span { border-color: #148709; }

 span { border-color: rgb(20,135,9); }

 td.TdClassName
 {
   border-color: #148709;
 }
 .TagClassName
 {
   border-color: #148709;
 }
</style>