Html Css Color HEX #12CF77 Mountain Meadow

📋 copy color: '#12CF77'

red 18 ◦ green 207 ◦ blue 119

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

Shades of Mountain Meadow #12CF77

Tints of Mountain Meadow #12CF77

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.17%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 5.23%
G = 60.17%
B = 34.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#12CF77 (or 0x12CF77) is known color: Mountain Meadow. HEX triplet: 12, CF and 77. RGB value is (18,207,119). Sum of RGB (Red+Green+Blue) = 18+207+119=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF77 is #ED3088. Grayscale: #8C8C8C. Windows color (decimal): -15544457 or 7851794. OLE color: 7851794.

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

Color convert

RGB 18 207 119 -
CMYK 0.91 0 0.43 0.19
HSL 152.06º 0.84% 0.44% -
HSV(B) 152.06º 0.91% 0.81% -
XYZ 25.89 46.09 24.98 -
YUV 140.46 115.88 40.66 -
System Red Green Blue C M Y K H S L
Decimal 18 207 119 0.91 0 0.43 0.19 152.06 0.84 0.44
Hex 12 CF 77 5B 0 2B 13 98 54 2C
Octal 22 317 167 133 0 53 23 230 124 54
Binary 10010 11001111 1110111 1011011 0 101011 10011 10011000 1010100 101100

Color Harmonies of #12CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF77

Black with #12CF77

Text Example


Text Example

White with #12CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,119); }

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

background-color css

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

 a { background-color: rgb(18,207,119); }

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

border-color css

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

 span { border-color: rgb(18,207,119); }

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