#08BC5A

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

Shades of Pigment Green #08BC5A

Tints of Pigment Green #08BC5A

Color information

#08BC5A (or 0x08BC5A) is unknown color: approx Pigment Green. HEX triplet: 08, BC and 5A. RGB value is (8,188,90). Sum of RGB (Red+Green+Blue) = 8+188+90=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC5A is #F743A5. Grayscale: #7B7B7B. Windows color (decimal): -16204710 or 5946376. OLE color: 5946376.

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

Color convert

RGB818890-
CMYK0.9600.520.26
HSL147.33º91.84%38.43%-
HSV(B)147.33º95.74%73.73%-
XYZ19.9336.7615.72-
YUV123.01109.3745.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=2.80%
G=65.73%
B=31.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8188900.9600.520.26147.3391.8438.43
Hex8BC5A600341A935c26
Octal102741321400643222313446
Binary10001011110010110101100000011010011010100100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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