#0FCB25

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

Shades of Dark Pastel Green #0FCB25

Tints of Dark Pastel Green #0FCB25

Color information

#0FCB25 (or 0x0FCB25) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CB and 25. RGB value is (15,203,37). Sum of RGB (Red+Green+Blue) = 15+203+37=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 203 (79.69% from 255 or 79.61% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCB25 is #F034DA. Grayscale: #808080. Windows color (decimal): -15742171 or 2476815. OLE color: 2476815.

HSL color Cylindrical-coordinate representation of color #0FCB25: hue angle of 127.02º 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 #0FCB25 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB1520337-
CMYK0.9300.820.20
HSL127.02º86.24%42.75%-
HSV(B)127.02º92.61%79.61%-
XYZ21.8942.958.89-
YUV127.8676.7247.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 203 (79.69% from 255) = 79.61%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=5.88%
G=79.61%
B=14.51%

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
Decimal15203370.9300.820.20127.0286.2442.75
HexFCB255D052147f562b
Octal173134513501222417712653
Binary1111110010111001011011101010100101010011111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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