#08BD4A

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

Shades of Dark Pastel Green #08BD4A

Tints of Dark Pastel Green #08BD4A

Color information

#08BD4A (or 0x08BD4A) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BD and 4A. RGB value is (8,189,74). Sum of RGB (Red+Green+Blue) = 8+189+74=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD4A is #F742B5. Grayscale: #7A7A7A. Windows color (decimal): -16204470 or 4898056. OLE color: 4898056.

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

Color convert

RGB818974-
CMYK0.9600.610.26
HSL141.88º91.88%38.63%-
HSV(B)141.88º95.77%74.12%-
XYZ19.5336.9412.58-
YUV121.77101.0346.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 189 (74.22% from 255) = 69.74%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=2.95%
G=69.74%
B=27.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8189740.9600.610.26141.8891.8838.63
Hex8BD4A6003D1A8e5c27
Octal102751121400753221613447
Binary10001011110110010101100000011110111010100011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,189,74); }

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

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

 a { background-color: rgb(8,189,74); }

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

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

 span { border-color: rgb(8,189,74); }

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