Html Css Color HEX #12CA89 Mountain Meadow

📋 copy color: '#12CA89'

red 18 ◦ green 202 ◦ blue 137

#12CA89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #12CA89

Tints of Mountain Meadow #12CA89

RGB

 RED value IS 18 (7.42% from 255) = 5.04%

 GREEN value IS 202 (79.3% from 255) = 56.58%

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 5.04%
G = 56.58%
B = 38.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#12CA89 (or 0x12CA89) is known color: Mountain Meadow. HEX triplet: 12, CA and 89. RGB value is (18,202,137). Sum of RGB (Red+Green+Blue) = 18+202+137=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA89 is #ED3576. Grayscale: #8B8B8B. Windows color (decimal): -15545719 or 9030162. OLE color: 9030162.

HSL color Cylindrical-coordinate representation of color #12CA89: hue angle of 158.8º 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 #12CA89 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 202 137 -
CMYK 0.91 0 0.32 0.21
HSL 158.8º 0.84% 0.43% -
HSV(B) 158.8º 0.91% 0.79% -
XYZ 25.89 44.18 30.83 -
YUV 139.57 126.54 41.29 -
System Red Green Blue C M Y K H S L
Decimal 18 202 137 0.91 0 0.32 0.21 158.8 0.84 0.43
Hex 12 CA 89 5B 0 20 15 9F 54 2B
Octal 22 312 211 133 0 40 25 237 124 53
Binary 10010 11001010 10001001 1011011 0 100000 10101 10011111 1010100 101011

Color Harmonies of #12CA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA89

Black with #12CA89

Text Example


Text Example

White with #12CA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12CA89;
 }
 .AnyTagClassName
 {
   color: #12CA89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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