Html Css Color HEX #12AB56 Pigment Green

📋 copy color: '#12AB56'

red 18 ◦ green 171 ◦ blue 86

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

Shades of Pigment Green #12AB56

Tints of Pigment Green #12AB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 6.55%
G = 62.18%
B = 31.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#12AB56 (or 0x12AB56) is known color: Pigment Green. HEX triplet: 12, AB and 56. RGB value is (18,171,86). Sum of RGB (Red+Green+Blue) = 18+171+86=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB56 is #ED54A9. Grayscale: #737373. Windows color (decimal): -15553706 or 5679890. OLE color: 5679890.

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

Color convert

RGB 18 171 86 -
CMYK 0.89 0 0.50 0.33
HSL 146.67º 0.81% 0.37% -
HSV(B) 146.67º 0.89% 0.67% -
XYZ 16.49 29.93 13.71 -
YUV 115.56 111.31 58.41 -
System Red Green Blue C M Y K H S L
Decimal 18 171 86 0.89 0 0.50 0.33 146.67 0.81 0.37
Hex 12 AB 56 59 0 32 21 93 51 25
Octal 22 253 126 131 0 62 41 223 121 45
Binary 10010 10101011 1010110 1011001 0 110010 100001 10010011 1010001 100101

Color Harmonies of #12AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB56

Black with #12AB56

Text Example


Text Example

White with #12AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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