#0FCE28

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

Shades of Dark Pastel Green #0FCE28

Tints of Dark Pastel Green #0FCE28

Color information

#0FCE28 (or 0x0FCE28) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CE and 28. RGB value is (15,206,40). Sum of RGB (Red+Green+Blue) = 15+206+40=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE28 is #F031D7. Grayscale: #828282. Windows color (decimal): -15741400 or 2674191. OLE color: 2674191.

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

Color convert

RGB1520640-
CMYK0.9300.810.19
HSL127.85º86.43%43.33%-
HSV(B)127.85º92.72%80.78%-
XYZ22.6544.49.38-
YUV129.9777.2246-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 206 (80.86% from 255) = 78.93%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=5.75%
G=78.93%
B=15.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15206400.9300.810.19127.8586.4343.33
HexFCE285D0511380562b
Octal173165013501212320012653
Binary11111100111010100010111010101000110011100000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,206,40); }

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

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

 a { background-color: rgb(15,206,40); }

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

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

 span { border-color: rgb(15,206,40); }

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