#0CCC1E

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

Shades of Dark Pastel Green #0CCC1E

Tints of Dark Pastel Green #0CCC1E

Color information

#0CCC1E (or 0x0CCC1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CC and 1E. RGB value is (12,204,30). Sum of RGB (Red+Green+Blue) = 12+204+30=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC1E is #F333E1. Grayscale: #7F7F7F. Windows color (decimal): -15938530 or 2018316. OLE color: 2018316.

HSL color Cylindrical-coordinate representation of color #0CCC1E: hue angle of 125.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC1E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB1220430-
CMYK0.9400.850.2
HSL125.62º88.89%42.35%-
HSV(B)125.62º94.12%80%-
XYZ21.9843.368.44-
YUV126.7673.3946.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 204 (80.08% from 255) = 82.93%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=4.88%
G=82.93%
B=12.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12204300.9400.850.2125.6288.8942.35
HexCCC1E5E055147e592a
Octal143143613601252417613152
Binary110011001100111101011110010101011010011111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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