Html Css Color HEX #12AB5A Pigment Green

📋 copy color: '#12AB5A'

red 18 ◦ green 171 ◦ blue 90

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

Shades of Pigment Green #12AB5A

Tints of Pigment Green #12AB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 6.45%
G = 61.29%
B = 32.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#12AB5A (or 0x12AB5A) is known color: Pigment Green. HEX triplet: 12, AB and 5A. RGB value is (18,171,90). Sum of RGB (Red+Green+Blue) = 18+171+90=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB5A is #ED54A5. Grayscale: #747474. Windows color (decimal): -15553702 or 5942034. OLE color: 5942034.

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

Color convert

RGB 18 171 90 -
CMYK 0.89 0 0.47 0.33
HSL 148.24º 0.81% 0.37% -
HSV(B) 148.24º 0.89% 0.67% -
XYZ 16.66 29.99 14.58 -
YUV 116.02 113.31 58.09 -
System Red Green Blue C M Y K H S L
Decimal 18 171 90 0.89 0 0.47 0.33 148.24 0.81 0.37
Hex 12 AB 5A 59 0 2F 21 94 51 25
Octal 22 253 132 131 0 57 41 224 121 45
Binary 10010 10101011 1011010 1011001 0 101111 100001 10010100 1010001 100101

Color Harmonies of #12AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB5A

Black with #12AB5A

Text Example


Text Example

White with #12AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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