Html Css Color HEX #12AB53 Pigment Green

📋 copy color: '#12AB53'

red 18 ◦ green 171 ◦ blue 83

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

Shades of Pigment Green #12AB53

Tints of Pigment Green #12AB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 6.62%
G = 62.87%
B = 30.51%

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

#12AB53 (or 0x12AB53) is known color: Pigment Green. HEX triplet: 12, AB and 53. RGB value is (18,171,83). Sum of RGB (Red+Green+Blue) = 18+171+83=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB53 is #ED54AC. Grayscale: #737373. Windows color (decimal): -15553709 or 5483282. OLE color: 5483282.

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

Color convert

RGB 18 171 83 -
CMYK 0.89 0 0.51 0.33
HSL 145.49º 0.81% 0.37% -
HSV(B) 145.49º 0.89% 0.67% -
XYZ 16.37 29.88 13.09 -
YUV 115.22 109.81 58.66 -
System Red Green Blue C M Y K H S L
Decimal 18 171 83 0.89 0 0.51 0.33 145.49 0.81 0.37
Hex 12 AB 53 59 0 33 21 91 51 25
Octal 22 253 123 131 0 63 41 221 121 45
Binary 10010 10101011 1010011 1011001 0 110011 100001 10010001 1010001 100101

Color Harmonies of #12AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB53

Black with #12AB53

Text Example


Text Example

White with #12AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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