#0cc318

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

Shades of Dark Pastel Green #0CC318

Tints of Dark Pastel Green #0CC318

Color information

#0CC318 (or 0x0CC318) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C3 and 18. RGB value is (12,195,24). Sum of RGB (Red+Green+Blue) = 12+195+24=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC318 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC318 is #F33CE7. Grayscale: #797979. Windows color (decimal): -15940840 or 1622796. OLE color: 1622796.

HSL color Cylindrical-coordinate representation of color #0CC318: hue angle of 123.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC318 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1219524-
CMYK0.9400.880.24
HSL123.93º88.41%40.59%-
HSV(B)123.93º93.85%76.47%-
XYZ19.8339.177.38-
YUV120.7973.3750.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 195 (76.56% from 255) = 84.42%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=5.19%
G=84.42%
B=10.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12195240.9400.880.24123.9388.4140.59
HexCC3185E058187c5829
Octal143033013601303017413051
Binary110011000011110001011110010110001100011111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,195,24); }

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

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

 a { background-color: rgb(12,195,24); }

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

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

 span { border-color: rgb(12,195,24); }

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