Html Css Color HEX #12AB54 Pigment Green

📋 copy color: '#12AB54'

red 18 ◦ green 171 ◦ blue 84

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

Shades of Pigment Green #12AB54

Tints of Pigment Green #12AB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 6.59%
G = 62.64%
B = 30.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#12AB54 (or 0x12AB54) is known color: Pigment Green. HEX triplet: 12, AB and 54. RGB value is (18,171,84). Sum of RGB (Red+Green+Blue) = 18+171+84=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB54 is #ED54AB. Grayscale: #737373. Windows color (decimal): -15553708 or 5548818. OLE color: 5548818.

HSL color Cylindrical-coordinate representation of color #12AB54: hue angle of 145.88º 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 #12AB54 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 84 -
CMYK 0.89 0 0.51 0.33
HSL 145.88º 0.81% 0.37% -
HSV(B) 145.88º 0.89% 0.67% -
XYZ 16.41 29.89 13.29 -
YUV 115.34 110.31 58.57 -
System Red Green Blue C M Y K H S L
Decimal 18 171 84 0.89 0 0.51 0.33 145.88 0.81 0.37
Hex 12 AB 54 59 0 33 21 92 51 25
Octal 22 253 124 131 0 63 41 222 121 45
Binary 10010 10101011 1010100 1011001 0 110011 100001 10010010 1010001 100101

Color Harmonies of #12AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB54

Black with #12AB54

Text Example


Text Example

White with #12AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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