#0CCE1C

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

Shades of Dark Pastel Green #0CCE1C

Tints of Dark Pastel Green #0CCE1C

Color information

#0CCE1C (or 0x0CCE1C) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CE and 1C. RGB value is (12,206,28). Sum of RGB (Red+Green+Blue) = 12+206+28=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 206 (80.86% from 255 or 83.74% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE1C is #F331E3. Grayscale: #808080. Windows color (decimal): -15938020 or 1887756. OLE color: 1887756.

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

Color convert

RGB1220628-
CMYK0.9400.860.19
HSL124.95º88.99%42.75%-
HSV(B)124.95º94.17%80.78%-
XYZ22.4344.38.47-
YUV127.771.7345.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 206 (80.86% from 255) = 83.74%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=4.88%
G=83.74%
B=11.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12206280.9400.860.19124.9588.9942.75
HexCCE1C5E056137d592b
Octal143163413601262317513153
Binary110011001110111001011110010101101001111111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,206,28); }

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

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

 a { background-color: rgb(12,206,28); }

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

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

 span { border-color: rgb(12,206,28); }

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