Html Css Color HEX #12CB75 Mountain Meadow

📋 copy color: '#12CB75'

red 18 ◦ green 203 ◦ blue 117

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

Shades of Mountain Meadow #12CB75

Tints of Mountain Meadow #12CB75

RGB

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

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

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

R = 5.33%
G = 60.06%
B = 34.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#12CB75 (or 0x12CB75) is known color: Mountain Meadow. HEX triplet: 12, CB and 75. RGB value is (18,203,117). Sum of RGB (Red+Green+Blue) = 18+203+117=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CB75 is #ED348A. Grayscale: #8A8A8A. Windows color (decimal): -15545483 or 7719698. OLE color: 7719698.

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

Color convert

RGB 18 203 117 -
CMYK 0.91 0 0.42 0.20
HSL 152.11º 0.84% 0.43% -
HSV(B) 152.11º 0.91% 0.8% -
XYZ 24.82 44.12 24.04 -
YUV 137.88 116.21 42.49 -
System Red Green Blue C M Y K H S L
Decimal 18 203 117 0.91 0 0.42 0.20 152.11 0.84 0.43
Hex 12 CB 75 5B 0 2A 14 98 54 2B
Octal 22 313 165 133 0 52 24 230 124 53
Binary 10010 11001011 1110101 1011011 0 101010 10100 10011000 1010100 101011

Color Harmonies of #12CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB75

Black with #12CB75

Text Example


Text Example

White with #12CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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