Html Css Color HEX #12AB55 Pigment Green

📋 copy color: '#12AB55'

red 18 ◦ green 171 ◦ blue 85

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

Shades of Pigment Green #12AB55

Tints of Pigment Green #12AB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 6.57%
G = 62.41%
B = 31.02%

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

#12AB55 (or 0x12AB55) is known color: Pigment Green. HEX triplet: 12, AB and 55. RGB value is (18,171,85). Sum of RGB (Red+Green+Blue) = 18+171+85=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB55 is #ED54AA. Grayscale: #737373. Windows color (decimal): -15553707 or 5614354. OLE color: 5614354.

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

Color convert

RGB 18 171 85 -
CMYK 0.89 0 0.50 0.33
HSL 146.27º 0.81% 0.37% -
HSV(B) 146.27º 0.89% 0.67% -
XYZ 16.45 29.91 13.5 -
YUV 115.45 110.81 58.49 -
System Red Green Blue C M Y K H S L
Decimal 18 171 85 0.89 0 0.50 0.33 146.27 0.81 0.37
Hex 12 AB 55 59 0 32 21 92 51 25
Octal 22 253 125 131 0 62 41 222 121 45
Binary 10010 10101011 1010101 1011001 0 110010 100001 10010010 1010001 100101

Color Harmonies of #12AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB55

Black with #12AB55

Text Example


Text Example

White with #12AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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