#12CA88

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

Shades of Mountain Meadow #12CA88

Tints of Mountain Meadow #12CA88

Color information

#12CA88 (or 0x12CA88) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 88. RGB value is (18,202,136). Sum of RGB (Red+Green+Blue) = 18+202+136=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA88 is #ED3577. Grayscale: #8B8B8B. Windows color (decimal): -15545720 or 8964626. OLE color: 8964626.

HSL color Cylindrical-coordinate representation of color #12CA88: hue angle of 158.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA88 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB18202136-
CMYK0.9100.330.21
HSL158.48º83.64%43.14%-
HSV(B)158.48º91.09%79.22%-
XYZ25.8144.1530.45-
YUV139.46126.0441.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=5.06%
G=56.74%
B=38.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021360.9100.330.21158.4883.6443.14
Hex12CA885B021159e542b
Octal223122101330412523612453
Binary1001011001010100010001011011010000110101100111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CA88; }

 p { color: rgb(18,202,136); }

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

<style>
 a { background-color: #12CA88; }

 a { background-color: rgb(18,202,136); }

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

<style>
 span { border-color: #12CA88; }

 span { border-color: rgb(18,202,136); }

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