#0CC540

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

Shades of Dark Pastel Green #0CC540

Tints of Dark Pastel Green #0CC540

Color information

#0CC540 (or 0x0CC540) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C5 and 40. RGB value is (12,197,64). Sum of RGB (Red+Green+Blue) = 12+197+64=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC540 is #F33ABF. Grayscale: #7E7E7E. Windows color (decimal): -15940288 or 4244748. OLE color: 4244748.

HSL color Cylindrical-coordinate representation of color #0CC540: hue angle of 136.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC540 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1219764-
CMYK0.9400.680.23
HSL136.86º88.52%40.98%-
HSV(B)136.86º93.91%77.25%-
XYZ21.0440.3811.54-
YUV126.5292.7146.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 197 (77.34% from 255) = 72.16%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=4.40%
G=72.16%
B=23.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12197640.9400.680.23136.8688.5240.98
HexCC5405E04417895929
Octal1430510013601042721113151
Binary110011000101100000010111100100010010111100010011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,197,64); }

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

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

 a { background-color: rgb(12,197,64); }

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

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

 span { border-color: rgb(12,197,64); }

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