#0FCE2D

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

Shades of Dark Pastel Green #0FCE2D

Tints of Dark Pastel Green #0FCE2D

Color information

#0FCE2D (or 0x0FCE2D) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CE and 2D. RGB value is (15,206,45). Sum of RGB (Red+Green+Blue) = 15+206+45=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE2D is #F031D2. Grayscale: #828282. Windows color (decimal): -15741395 or 3001871. OLE color: 3001871.

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

Color convert

RGB1520645-
CMYK0.9300.780.19
HSL129.42º86.43%43.33%-
HSV(B)129.42º92.72%80.78%-
XYZ22.7444.439.86-
YUV130.5479.7245.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 206 (80.86% from 255) = 77.44%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=5.64%
G=77.44%
B=16.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15206450.9300.780.19129.4286.4343.33
HexFCE2D5D04E1381562b
Octal173165513501162320112653
Binary11111100111010110110111010100111010011100000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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