#0CCE1E

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

Shades of Dark Pastel Green #0CCE1E

Tints of Dark Pastel Green #0CCE1E

Color information

#0CCE1E (or 0x0CCE1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CE and 1E. RGB value is (12,206,30). Sum of RGB (Red+Green+Blue) = 12+206+30=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE1E is #F331E1. Grayscale: #808080. Windows color (decimal): -15938018 or 2018828. OLE color: 2018828.

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

Color convert

RGB1220630-
CMYK0.9400.850.19
HSL125.57º88.99%42.75%-
HSV(B)125.57º94.17%80.78%-
XYZ22.4644.318.6-
YUV127.9372.7345.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 206 (80.86% from 255) = 83.06%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=4.84%
G=83.06%
B=12.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12206300.9400.850.19125.5788.9942.75
HexCCE1E5E055137e592b
Octal143163613601252317613153
Binary110011001110111101011110010101011001111111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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