Html Css Color HEX #12CB73 Mountain Meadow

📋 copy color: '#12CB73'

red 18 ◦ green 203 ◦ blue 115

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

Shades of Mountain Meadow #12CB73

Tints of Mountain Meadow #12CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.42%

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 5.36%
G = 60.42%
B = 34.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#12CB73 (or 0x12CB73) is known color: Mountain Meadow. HEX triplet: 12, CB and 73. RGB value is (18,203,115). Sum of RGB (Red+Green+Blue) = 18+203+115=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CB73 is #ED348C. Grayscale: #898989. Windows color (decimal): -15545485 or 7588626. OLE color: 7588626.

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

Color convert

RGB 18 203 115 -
CMYK 0.91 0 0.43 0.20
HSL 151.46º 0.84% 0.43% -
HSV(B) 151.46º 0.91% 0.8% -
XYZ 24.7 44.08 23.43 -
YUV 137.65 115.21 42.66 -
System Red Green Blue C M Y K H S L
Decimal 18 203 115 0.91 0 0.43 0.20 151.46 0.84 0.43
Hex 12 CB 73 5B 0 2B 14 97 54 2B
Octal 22 313 163 133 0 53 24 227 124 53
Binary 10010 11001011 1110011 1011011 0 101011 10100 10010111 1010100 101011

Color Harmonies of #12CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB73

Black with #12CB73

Text Example


Text Example

White with #12CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,115); }

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

background-color css

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

 a { background-color: rgb(18,203,115); }

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

border-color css

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

 span { border-color: rgb(18,203,115); }

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