Html Css Color HEX #12AB50 Pigment Green

📋 copy color: '#12AB50'

red 18 ◦ green 171 ◦ blue 80

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

Shades of Pigment Green #12AB50

Tints of Pigment Green #12AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 63.57%

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

R = 6.69%
G = 63.57%
B = 29.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#12AB50 (or 0x12AB50) is known color: Pigment Green. HEX triplet: 12, AB and 50. RGB value is (18,171,80). Sum of RGB (Red+Green+Blue) = 18+171+80=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 171 (67.19% from 255 or 63.57% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB50 is #ED54AF. Grayscale: #737373. Windows color (decimal): -15553712 or 5286674. OLE color: 5286674.

HSL color Cylindrical-coordinate representation of color #12AB50: hue angle of 144.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB50 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 80 -
CMYK 0.89 0 0.53 0.33
HSL 144.31º 0.81% 0.37% -
HSV(B) 144.31º 0.89% 0.67% -
XYZ 16.26 29.83 12.49 -
YUV 114.88 108.31 58.9 -
System Red Green Blue C M Y K H S L
Decimal 18 171 80 0.89 0 0.53 0.33 144.31 0.81 0.37
Hex 12 AB 50 59 0 35 21 90 51 25
Octal 22 253 120 131 0 65 41 220 121 45
Binary 10010 10101011 1010000 1011001 0 110101 100001 10010000 1010001 100101

Color Harmonies of #12AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB50

Black with #12AB50

Text Example


Text Example

White with #12AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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