#0fcb1c

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

Shades of Dark Pastel Green #0FCB1C

Tints of Dark Pastel Green #0FCB1C

Color information

#0FCB1C (or 0x0FCB1C) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CB and 1C. RGB value is (15,203,28). Sum of RGB (Red+Green+Blue) = 15+203+28=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 203 (79.69% from 255 or 82.52% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCB1C is #F034E3. Grayscale: #7F7F7F. Windows color (decimal): -15742180 or 1886991. OLE color: 1886991.

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

Color convert

RGB1520328-
CMYK0.9300.860.20
HSL124.15º86.24%42.75%-
HSV(B)124.15º92.61%79.61%-
XYZ21.7642.98.23-
YUV126.8472.2248.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 203 (79.69% from 255) = 82.52%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=6.10%
G=82.52%
B=11.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15203280.9300.860.20124.1586.2442.75
HexFCB1C5D056147c562b
Octal173133413501262417412653
Binary111111001011111001011101010101101010011111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fcb1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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