#0CCA23

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

Shades of Dark Pastel Green #0CCA23

Tints of Dark Pastel Green #0CCA23

Color information

#0CCA23 (or 0x0CCA23) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CA and 23. RGB value is (12,202,35). Sum of RGB (Red+Green+Blue) = 12+202+35=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA23 is #F335DC. Grayscale: #7E7E7E. Windows color (decimal): -15939037 or 2345484. OLE color: 2345484.

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

Color convert

RGB1220235-
CMYK0.9400.830.21
HSL127.26º88.79%41.96%-
HSV(B)127.26º94.06%79.22%-
XYZ21.5842.448.64-
YUV126.1576.5546.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=4.82%
G=81.12%
B=14.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12202350.9400.830.21127.2688.7941.96
HexCCA235E053157f592a
Octal143124313601232517713152
Binary1100110010101000111011110010100111010111111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,35); }

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

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

 a { background-color: rgb(12,202,35); }

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

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

 span { border-color: rgb(12,202,35); }

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