Html Css Color HEX #08A14C Pigment Green

📋 copy color: '#08A14C'

red 8 ◦ green 161 ◦ blue 76

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

Shades of Pigment Green #08A14C

Tints of Pigment Green #08A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.71%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 3.27%
G = 65.71%
B = 31.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#08A14C (or 0x08A14C) is known color: Pigment Green. HEX triplet: 08, A1 and 4C. RGB value is (8,161,76). Sum of RGB (Red+Green+Blue) = 8+161+76=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #08A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A14C is #F75EB3. Grayscale: #696969. Windows color (decimal): -16211636 or 5021960. OLE color: 5021960.

HSL color Cylindrical-coordinate representation of color #08A14C: hue angle of 146.67º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A14C is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 161 76 -
CMYK 0.95 0 0.53 0.37
HSL 146.67º 0.91% 0.33% -
HSV(B) 146.67º 0.95% 0.63% -
XYZ 14.15 26.06 11.12 -
YUV 105.56 111.31 58.41 -
System Red Green Blue C M Y K H S L
Decimal 8 161 76 0.95 0 0.53 0.37 146.67 0.91 0.33
Hex 8 A1 4C 5F 0 35 25 93 5B 21
Octal 10 241 114 137 0 65 45 223 133 41
Binary 1000 10100001 1001100 1011111 0 110101 100101 10010011 1011011 100001

Color Harmonies of #08A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A14C

Black with #08A14C

Text Example


Text Example

White with #08A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A14C; }

 p { color: rgb(8,161,76); }

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

background-color css

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

 a { background-color: rgb(8,161,76); }

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

border-color css

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

 span { border-color: rgb(8,161,76); }

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