#0BB024

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

Shades of Dark Pastel Green #0BB024

Tints of Dark Pastel Green #0BB024

Color information

#0BB024 (or 0x0BB024) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B0 and 24. RGB value is (11,176,36). Sum of RGB (Red+Green+Blue) = 11+176+36=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB024 is #F44FDB. Grayscale: #6F6F6F. Windows color (decimal): -16011228 or 2404363. OLE color: 2404363.

HSL color Cylindrical-coordinate representation of color #0BB024: hue angle of 129.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB024 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1117636-
CMYK0.9400.800.31
HSL129.09º88.24%36.67%-
HSV(B)129.09º93.75%69.02%-
XYZ15.9831.256.86-
YUV110.785.8456.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 176 (69.14% from 255) = 78.92%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=4.93%
G=78.92%
B=16.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176360.9400.800.31129.0988.2436.67
HexBB0245E0501F815825
Octal132604413601203720113045
Binary10111011000010010010111100101000011111100000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB024; }

 p { color: rgb(11,176,36); }

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

<style>
 a { background-color: #0BB024; }

 a { background-color: rgb(11,176,36); }

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

<style>
 span { border-color: #0BB024; }

 span { border-color: rgb(11,176,36); }

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