#08BF5A

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

Shades of Pigment Green #08BF5A

Tints of Pigment Green #08BF5A

Color information

#08BF5A (or 0x08BF5A) is unknown color: approx Pigment Green. HEX triplet: 08, BF and 5A. RGB value is (8,191,90). Sum of RGB (Red+Green+Blue) = 8+191+90=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BF5A is #F740A5. Grayscale: #7C7C7C. Windows color (decimal): -16203942 or 5947144. OLE color: 5947144.

HSL color Cylindrical-coordinate representation of color #08BF5A: hue angle of 146.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BF5A is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB819190-
CMYK0.9600.530.25
HSL146.89º91.96%39.02%-
HSV(B)146.89º95.81%74.9%-
XYZ20.5838.0515.93-
YUV124.77108.3744.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 191 (75% from 255) = 66.09%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=2.77%
G=66.09%
B=31.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8191900.9600.530.25146.8991.9639.02
Hex8BF5A6003519935c27
Octal102771321400653122313447
Binary10001011111110110101100000011010111001100100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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