Html Css Color HEX #08A255 Pigment Green

📋 copy color: '#08A255'

red 8 ◦ green 162 ◦ blue 85

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

Shades of Pigment Green #08A255

Tints of Pigment Green #08A255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 3.14%
G = 63.53%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#08A255 (or 0x08A255) is known color: Pigment Green. HEX triplet: 08, A2 and 55. RGB value is (8,162,85). Sum of RGB (Red+Green+Blue) = 8+162+85=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #08A255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A255 is #F75DAA. Grayscale: #6B6B6B. Windows color (decimal): -16211371 or 5612040. OLE color: 5612040.

HSL color Cylindrical-coordinate representation of color #08A255: hue angle of 150º 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 #08A255 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 162 85 -
CMYK 0.95 0 0.48 0.36
HSL 150º 0.91% 0.33% -
HSV(B) 150º 0.95% 0.64% -
XYZ 14.66 26.55 12.95 -
YUV 107.18 115.48 57.26 -
System Red Green Blue C M Y K H S L
Decimal 8 162 85 0.95 0 0.48 0.36 150 0.91 0.33
Hex 8 A2 55 5F 0 30 24 96 5B 21
Octal 10 242 125 137 0 60 44 226 133 41
Binary 1000 10100010 1010101 1011111 0 110000 100100 10010110 1011011 100001

Color Harmonies of #08A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A255

Black with #08A255

Text Example


Text Example

White with #08A255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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