Html Css Color HEX #12D07B Mountain Meadow

📋 copy color: '#12D07B'

red 18 ◦ green 208 ◦ blue 123

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

Shades of Mountain Meadow #12D07B

Tints of Mountain Meadow #12D07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 5.16%
G = 59.6%
B = 35.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#12D07B (or 0x12D07B) is known color: Mountain Meadow. HEX triplet: 12, D0 and 7B. RGB value is (18,208,123). Sum of RGB (Red+Green+Blue) = 18+208+123=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #12D07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D07B is #ED2F84. Grayscale: #8D8D8D. Windows color (decimal): -15544197 or 8114194. OLE color: 8114194.

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

Color convert

RGB 18 208 123 -
CMYK 0.91 0 0.41 0.18
HSL 153.16º 0.84% 0.44% -
HSV(B) 153.16º 0.91% 0.82% -
XYZ 26.38 46.67 26.36 -
YUV 141.5 117.55 39.91 -
System Red Green Blue C M Y K H S L
Decimal 18 208 123 0.91 0 0.41 0.18 153.16 0.84 0.44
Hex 12 D0 7B 5B 0 29 12 99 54 2C
Octal 22 320 173 133 0 51 22 231 124 54
Binary 10010 11010000 1111011 1011011 0 101001 10010 10011001 1010100 101100

Color Harmonies of #12D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D07B

Black with #12D07B

Text Example


Text Example

White with #12D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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