Html Css Color HEX #08A24B Pigment Green

📋 copy color: '#08A24B'

red 8 ◦ green 162 ◦ blue 75

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

Shades of Pigment Green #08A24B

Tints of Pigment Green #08A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.12%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 3.27%
G = 66.12%
B = 30.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#08A24B (or 0x08A24B) is known color: Pigment Green. HEX triplet: 08, A2 and 4B. RGB value is (8,162,75). Sum of RGB (Red+Green+Blue) = 8+162+75=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #08A24B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A24B is #F75DB4. Grayscale: #6A6A6A. Windows color (decimal): -16211381 or 4956680. OLE color: 4956680.

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

Color convert

RGB 8 162 75 -
CMYK 0.95 0 0.54 0.36
HSL 146.1º 0.91% 0.33% -
HSV(B) 146.1º 0.95% 0.64% -
XYZ 14.29 26.4 11 -
YUV 106.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 8 162 75 0.95 0 0.54 0.36 146.1 0.91 0.33
Hex 8 A2 4B 5F 0 36 24 92 5B 21
Octal 10 242 113 137 0 66 44 222 133 41
Binary 1000 10100010 1001011 1011111 0 110110 100100 10010010 1011011 100001

Color Harmonies of #08A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A24B

Black with #08A24B

Text Example


Text Example

White with #08A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,162,75); }

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

background-color css

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

 a { background-color: rgb(8,162,75); }

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

border-color css

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

 span { border-color: rgb(8,162,75); }

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