Html Css Color HEX #08B255 Pigment Green

📋 copy color: '#08B255'

red 8 ◦ green 178 ◦ blue 85

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

Shades of Pigment Green #08B255

Tints of Pigment Green #08B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 2.95%
G = 65.68%
B = 31.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#08B255 (or 0x08B255) is known color: Pigment Green. HEX triplet: 08, B2 and 55. RGB value is (8,178,85). Sum of RGB (Red+Green+Blue) = 8+178+85=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #08B255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B255 is #F74DAA. Grayscale: #747474. Windows color (decimal): -16207275 or 5616136. OLE color: 5616136.

HSL color Cylindrical-coordinate representation of color #08B255: hue angle of 147.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B255 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 178 85 -
CMYK 0.96 0 0.52 0.30
HSL 147.18º 0.91% 0.36% -
HSV(B) 147.18º 0.96% 0.7% -
XYZ 17.66 32.55 13.95 -
YUV 116.57 110.18 50.56 -
System Red Green Blue C M Y K H S L
Decimal 8 178 85 0.96 0 0.52 0.30 147.18 0.91 0.36
Hex 8 B2 55 60 0 34 1E 93 5B 24
Octal 10 262 125 140 0 64 36 223 133 44
Binary 1000 10110010 1010101 1100000 0 110100 11110 10010011 1011011 100100

Color Harmonies of #08B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B255

Black with #08B255

Text Example


Text Example

White with #08B255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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