Html Css Color HEX #12D07D Mountain Meadow

📋 copy color: '#12D07D'

red 18 ◦ green 208 ◦ blue 125

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

Shades of Mountain Meadow #12D07D

Tints of Mountain Meadow #12D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.26%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 5.13%
G = 59.26%
B = 35.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#12D07D (or 0x12D07D) is known color: Mountain Meadow. HEX triplet: 12, D0 and 7D. RGB value is (18,208,125). Sum of RGB (Red+Green+Blue) = 18+208+125=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #12D07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D07D is #ED2F82. Grayscale: #8D8D8D. Windows color (decimal): -15544195 or 8245266. OLE color: 8245266.

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

Color convert

RGB 18 208 125 -
CMYK 0.91 0 0.40 0.18
HSL 153.79º 0.84% 0.44% -
HSV(B) 153.79º 0.91% 0.82% -
XYZ 26.51 46.72 27.02 -
YUV 141.73 118.55 39.75 -
System Red Green Blue C M Y K H S L
Decimal 18 208 125 0.91 0 0.40 0.18 153.79 0.84 0.44
Hex 12 D0 7D 5B 0 28 12 9A 54 2C
Octal 22 320 175 133 0 50 22 232 124 54
Binary 10010 11010000 1111101 1011011 0 101000 10010 10011010 1010100 101100

Color Harmonies of #12D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D07D

Black with #12D07D

Text Example


Text Example

White with #12D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,125); }

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

background-color css

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

 a { background-color: rgb(18,208,125); }

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

border-color css

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

 span { border-color: rgb(18,208,125); }

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