#08BA47

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

Shades of Dark Pastel Green #08BA47

Tints of Dark Pastel Green #08BA47

Color information

#08BA47 (or 0x08BA47) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BA and 47. RGB value is (8,186,71). Sum of RGB (Red+Green+Blue) = 8+186+71=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA47 is #F745B8. Grayscale: #777777. Windows color (decimal): -16205241 or 4700680. OLE color: 4700680.

HSL color Cylindrical-coordinate representation of color #08BA47: hue angle of 141.24º 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 #08BA47 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB818671-
CMYK0.9600.620.27
HSL141.24º91.75%38.04%-
HSV(B)141.24º95.7%72.94%-
XYZ18.835.6211.85-
YUV119.67100.5348.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.02%
GREEN value IS 186 (73.05% from 255) = 70.19%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=3.02%
G=70.19%
B=26.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8186710.9600.620.27141.2491.7538.04
Hex8BA476003E1B8d5c26
Octal102721071400763321513446
Binary10001011101010001111100000011111011011100011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,186,71); }

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

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

 a { background-color: rgb(8,186,71); }

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

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

 span { border-color: rgb(8,186,71); }

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