Html Css Color HEX #12AE50 Pigment Green

📋 copy color: '#12AE50'

red 18 ◦ green 174 ◦ blue 80

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

Shades of Pigment Green #12AE50

Tints of Pigment Green #12AE50

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.97%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 6.62%
G = 63.97%
B = 29.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#12AE50 (or 0x12AE50) is known color: Pigment Green. HEX triplet: 12, AE and 50. RGB value is (18,174,80). Sum of RGB (Red+Green+Blue) = 18+174+80=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AE50 is #ED51AF. Grayscale: #747474. Windows color (decimal): -15552944 or 5287442. OLE color: 5287442.

HSL color Cylindrical-coordinate representation of color #12AE50: hue angle of 143.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE50 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 80 -
CMYK 0.90 0 0.54 0.32
HSL 143.85º 0.81% 0.38% -
HSV(B) 143.85º 0.9% 0.68% -
XYZ 16.83 30.98 12.68 -
YUV 116.64 107.32 57.64 -
System Red Green Blue C M Y K H S L
Decimal 18 174 80 0.90 0 0.54 0.32 143.85 0.81 0.38
Hex 12 AE 50 5A 0 36 20 90 51 26
Octal 22 256 120 132 0 66 40 220 121 46
Binary 10010 10101110 1010000 1011010 0 110110 100000 10010000 1010001 100110

Color Harmonies of #12AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE50

Black with #12AE50

Text Example


Text Example

White with #12AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,174,80); }

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

background-color css

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

 a { background-color: rgb(18,174,80); }

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

border-color css

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

 span { border-color: rgb(18,174,80); }

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