#0FCB24

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

Shades of Dark Pastel Green #0FCB24

Tints of Dark Pastel Green #0FCB24

Color information

#0FCB24 (or 0x0FCB24) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CB and 24. RGB value is (15,203,36). Sum of RGB (Red+Green+Blue) = 15+203+36=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCB24 is #F034DB. Grayscale: #808080. Windows color (decimal): -15742172 or 2411279. OLE color: 2411279.

HSL color Cylindrical-coordinate representation of color #0FCB24: hue angle of 126.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB24 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB1520336-
CMYK0.9300.820.20
HSL126.7º86.24%42.75%-
HSV(B)126.7º92.61%79.61%-
XYZ21.8742.948.8-
YUV127.7576.2247.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 203 (79.69% from 255) = 79.92%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=5.91%
G=79.92%
B=14.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15203360.9300.820.20126.786.2442.75
HexFCB245D052147f562b
Octal173134413501222417712653
Binary1111110010111001001011101010100101010011111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,203,36); }

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

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

 a { background-color: rgb(15,203,36); }

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

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

 span { border-color: rgb(15,203,36); }

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