Html Css Color HEX #088114 Green

📋 copy color: '#088114'

red 8 ◦ green 129 ◦ blue 20

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

Shades of Green #088114

Tints of Green #088114

RGB

 RED value IS 8 (3.52% from 255) = 5.1%

 GREEN value IS 129 (50.78% from 255) = 82.17%

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 5.1%
G = 82.17%
B = 12.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#088114 (or 0x088114) is known color: Green. HEX triplet: 08, 81 and 14. RGB value is (8,129,20). Sum of RGB (Red+Green+Blue) = 8+129+20=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 129 (50.78% from 255 or 82.17% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 129 - color contains mainly: green. Hex color #088114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088114 is #F77EEB. Grayscale: #505050. Windows color (decimal): -16219884 or 1343752. OLE color: 1343752.

HSL color Cylindrical-coordinate representation of color #088114: hue angle of 125.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088114 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 129 20 -
CMYK 0.94 0 0.84 0.49
HSL 125.95º 0.88% 0.27% -
HSV(B) 125.95º 0.94% 0.51% -
XYZ 8.08 15.8 3.29 -
YUV 80.4 93.91 76.36 -
System Red Green Blue C M Y K H S L
Decimal 8 129 20 0.94 0 0.84 0.49 125.95 0.88 0.27
Hex 8 81 14 5E 0 54 31 7E 58 1B
Octal 10 201 24 136 0 124 61 176 130 33
Binary 1000 10000001 10100 1011110 0 1010100 110001 1111110 1011000 11011

Color Harmonies of #088114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088114

Black with #088114

Text Example


Text Example

White with #088114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088114; }

 p { color: rgb(8,129,20); }

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

background-color css

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

 a { background-color: rgb(8,129,20); }

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

border-color css

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

 span { border-color: rgb(8,129,20); }

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