#08B85A

Color #08B85A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08B85A

Tints of Pigment Green #08B85A

Color information

#08B85A (or 0x08B85A) is unknown color: approx Pigment Green. HEX triplet: 08, B8 and 5A. RGB value is (8,184,90). Sum of RGB (Red+Green+Blue) = 8+184+90=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #08B85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B85A is #F747A5. Grayscale: #787878. Windows color (decimal): -16205734 or 5945352. OLE color: 5945352.

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

Color convert

RGB818490-
CMYK0.9600.510.28
HSL147.95º91.67%37.65%-
HSV(B)147.95º95.65%72.16%-
XYZ19.0935.0715.44-
YUV120.66110.6947.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.84%
GREEN value IS 184 (72.27% from 255) = 65.25%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=2.84%
G=65.25%
B=31.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8184900.9600.510.28147.9591.6737.65
Hex8B85A600331C945c26
Octal102701321400633422413446
Binary10001011100010110101100000011001111100100101001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,90); }

 H1.HeaderClassName
 {
   color: #08B85A;
 }
 .AnyTagClassName
 {
   color: #08B85A;
 }
</style>
background-color css

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

 a { background-color: rgb(8,184,90); }

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

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

 span { border-color: rgb(8,184,90); }

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