#0CCA82

Color #0CCA82 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0CCA82

Tints of Mountain Meadow #0CCA82

Color information

#0CCA82 (or 0x0CCA82) is unknown color: approx Mountain Meadow. HEX triplet: 0C, CA and 82. RGB value is (12,202,130). Sum of RGB (Red+Green+Blue) = 12+202+130=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA82 is #F3357D. Grayscale: #898989. Windows color (decimal): -15938942 or 8571404. OLE color: 8571404.

HSL color Cylindrical-coordinate representation of color #0CCA82: hue angle of 157.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 #0CCA82 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB12202130-
CMYK0.9400.360.21
HSL157.26º88.79%41.96%-
HSV(B)157.26º94.06%79.22%-
XYZ25.343.9328.27-
YUV136.98124.0538.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.49%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=3.49%
G=58.72%
B=37.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122021300.9400.360.21157.2688.7941.96
HexCCA825E024159d592a
Octal143122021360442523513152
Binary110011001010100000101011110010010010101100111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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