Html Css Color HEX #12CE75 Mountain Meadow

📋 copy color: '#12CE75'

red 18 ◦ green 206 ◦ blue 117

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

Shades of Mountain Meadow #12CE75

Tints of Mountain Meadow #12CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 5.28%
G = 60.41%
B = 34.31%

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

#12CE75 (or 0x12CE75) is known color: Mountain Meadow. HEX triplet: 12, CE and 75. RGB value is (18,206,117). Sum of RGB (Red+Green+Blue) = 18+206+117=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE75 is #ED318A. Grayscale: #8B8B8B. Windows color (decimal): -15544715 or 7720466. OLE color: 7720466.

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

Color convert

RGB 18 206 117 -
CMYK 0.91 0 0.43 0.19
HSL 151.6º 0.84% 0.44% -
HSV(B) 151.6º 0.91% 0.81% -
XYZ 25.53 45.56 24.28 -
YUV 139.64 115.22 41.24 -
System Red Green Blue C M Y K H S L
Decimal 18 206 117 0.91 0 0.43 0.19 151.6 0.84 0.44
Hex 12 CE 75 5B 0 2B 13 98 54 2C
Octal 22 316 165 133 0 53 23 230 124 54
Binary 10010 11001110 1110101 1011011 0 101011 10011 10011000 1010100 101100

Color Harmonies of #12CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE75

Black with #12CE75

Text Example


Text Example

White with #12CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,117); }

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

background-color css

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

 a { background-color: rgb(18,206,117); }

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

border-color css

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

 span { border-color: rgb(18,206,117); }

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