Html Css Color HEX #12CC83 Mountain Meadow

📋 copy color: '#12CC83'

red 18 ◦ green 204 ◦ blue 131

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

Shades of Mountain Meadow #12CC83

Tints of Mountain Meadow #12CC83

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.79%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 5.1%
G = 57.79%
B = 37.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#12CC83 (or 0x12CC83) is known color: Mountain Meadow. HEX triplet: 12, CC and 83. RGB value is (18,204,131). Sum of RGB (Red+Green+Blue) = 18+204+131=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC83 is #ED337C. Grayscale: #8C8C8C. Windows color (decimal): -15545213 or 8637458. OLE color: 8637458.

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

Color convert

RGB 18 204 131 -
CMYK 0.91 0 0.36 0.2
HSL 156.45º 0.84% 0.44% -
HSV(B) 156.45º 0.91% 0.8% -
XYZ 25.94 44.95 28.78 -
YUV 140.06 122.88 40.94 -
System Red Green Blue C M Y K H S L
Decimal 18 204 131 0.91 0 0.36 0.2 156.45 0.84 0.44
Hex 12 CC 83 5B 0 24 14 9C 54 2C
Octal 22 314 203 133 0 44 24 234 124 54
Binary 10010 11001100 10000011 1011011 0 100100 10100 10011100 1010100 101100

Color Harmonies of #12CC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC83

Black with #12CC83

Text Example


Text Example

White with #12CC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,131); }

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

background-color css

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

 a { background-color: rgb(18,204,131); }

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

border-color css

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

 span { border-color: rgb(18,204,131); }

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