Html Css Color HEX #08B955 Pigment Green

📋 copy color: '#08B955'

red 8 ◦ green 185 ◦ blue 85

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

Shades of Pigment Green #08B955

Tints of Pigment Green #08B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.55%

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

R = 2.88%
G = 66.55%
B = 30.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#08B955 (or 0x08B955) is known color: Pigment Green. HEX triplet: 08, B9 and 55. RGB value is (8,185,85). Sum of RGB (Red+Green+Blue) = 8+185+85=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #08B955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B955 is #F746AA. Grayscale: #787878. Windows color (decimal): -16205483 or 5617928. OLE color: 5617928.

HSL color Cylindrical-coordinate representation of color #08B955: hue angle of 146.1º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B955 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 185 85 -
CMYK 0.96 0 0.54 0.27
HSL 146.1º 0.92% 0.38% -
HSV(B) 146.1º 0.96% 0.73% -
XYZ 19.09 35.41 14.42 -
YUV 120.68 107.86 47.63 -
System Red Green Blue C M Y K H S L
Decimal 8 185 85 0.96 0 0.54 0.27 146.1 0.92 0.38
Hex 8 B9 55 60 0 36 1B 92 5C 26
Octal 10 271 125 140 0 66 33 222 134 46
Binary 1000 10111001 1010101 1100000 0 110110 11011 10010010 1011100 100110

Color Harmonies of #08B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B955

Black with #08B955

Text Example


Text Example

White with #08B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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