#0cce1f

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

Shades of Dark Pastel Green #0CCE1F

Tints of Dark Pastel Green #0CCE1F

Color information

#0CCE1F (or 0x0CCE1F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CE and 1F. RGB value is (12,206,31). Sum of RGB (Red+Green+Blue) = 12+206+31=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 206 (80.86% from 255 or 82.73% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE1F is #F331E0. Grayscale: #808080. Windows color (decimal): -15938017 or 2084364. OLE color: 2084364.

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

Color convert

RGB1220631-
CMYK0.9400.850.19
HSL125.88º88.99%42.75%-
HSV(B)125.88º94.17%80.78%-
XYZ22.4744.328.67-
YUV128.0473.2345.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 206 (80.86% from 255) = 82.73%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=4.82%
G=82.73%
B=12.45%

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
Decimal12206310.9400.850.19125.8888.9942.75
HexCCE1F5E055137e592b
Octal143163713601252317613153
Binary110011001110111111011110010101011001111111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cce1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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