#08BA2A

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

Shades of Dark Pastel Green #08BA2A

Tints of Dark Pastel Green #08BA2A

Color information

#08BA2A (or 0x08BA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BA and 2A. RGB value is (8,186,42). Sum of RGB (Red+Green+Blue) = 8+186+42=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA2A is #F745D5. Grayscale: #747474. Windows color (decimal): -16205270 or 2800136. OLE color: 2800136.

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

Color convert

RGB818642-
CMYK0.9600.770.27
HSL131.46º91.75%38.04%-
HSV(B)131.46º95.7%72.94%-
XYZ18.0835.348.06-
YUV116.3686.0350.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 186 (73.05% from 255) = 78.81%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=3.39%
G=78.81%
B=17.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8186420.9600.770.27131.4691.7538.04
Hex8BA2A6004D1B835c26
Octal102725214001153320313446
Binary10001011101010101011000000100110111011100000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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