#08BA1C

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

Shades of Dark Pastel Green #08BA1C

Tints of Dark Pastel Green #08BA1C

Color information

#08BA1C (or 0x08BA1C) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BA and 1C. RGB value is (8,186,28). Sum of RGB (Red+Green+Blue) = 8+186+28=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA1C is #F745E3. Grayscale: #737373. Windows color (decimal): -16205284 or 1882632. OLE color: 1882632.

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

Color convert

RGB818628-
CMYK0.9600.850.27
HSL126.74º91.75%38.04%-
HSV(B)126.74º95.7%72.94%-
XYZ17.8735.256.96-
YUV114.7779.0351.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 186 (73.05% from 255) = 83.78%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=3.60%
G=83.78%
B=12.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8186280.9600.850.27126.7491.7538.04
Hex8BA1C600551B7f5c26
Octal102723414001253317713446
Binary100010111010111001100000010101011101111111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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