Html Css Color HEX #088414 Green

📋 copy color: '#088414'

red 8 ◦ green 132 ◦ blue 20

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

Shades of Green #088414

Tints of Green #088414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 82.5%

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

R = 5%
G = 82.5%
B = 12.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#088414 (or 0x088414) is known color: Green. HEX triplet: 08, 84 and 14. RGB value is (8,132,20). Sum of RGB (Red+Green+Blue) = 8+132+20=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #088414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088414 is #F77BEB. Grayscale: #525252. Windows color (decimal): -16219116 or 1344520. OLE color: 1344520.

HSL color Cylindrical-coordinate representation of color #088414: hue angle of 125.81º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088414 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 20 -
CMYK 0.94 0 0.85 0.48
HSL 125.81º 0.89% 0.27% -
HSV(B) 125.81º 0.94% 0.52% -
XYZ 8.48 16.6 3.42 -
YUV 82.16 92.92 75.11 -
System Red Green Blue C M Y K H S L
Decimal 8 132 20 0.94 0 0.85 0.48 125.81 0.89 0.27
Hex 8 84 14 5E 0 55 30 7E 59 1B
Octal 10 204 24 136 0 125 60 176 131 33
Binary 1000 10000100 10100 1011110 0 1010101 110000 1111110 1011001 11011

Color Harmonies of #088414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088414

Black with #088414

Text Example


Text Example

White with #088414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088414; }

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

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

background-color css

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

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

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

border-color css

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

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

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