Html Css Color HEX #12AB4C Pigment Green

📋 copy color: '#12AB4C'

red 18 ◦ green 171 ◦ blue 76

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

Shades of Pigment Green #12AB4C

Tints of Pigment Green #12AB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 6.79%
G = 64.53%
B = 28.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#12AB4C (or 0x12AB4C) is known color: Pigment Green. HEX triplet: 12, AB and 4C. RGB value is (18,171,76). Sum of RGB (Red+Green+Blue) = 18+171+76=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB4C is #ED54B3. Grayscale: #727272. Windows color (decimal): -15553716 or 5024530. OLE color: 5024530.

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

Color convert

RGB 18 171 76 -
CMYK 0.89 0 0.56 0.33
HSL 142.75º 0.81% 0.37% -
HSV(B) 142.75º 0.89% 0.67% -
XYZ 16.12 29.78 11.74 -
YUV 114.42 106.31 59.22 -
System Red Green Blue C M Y K H S L
Decimal 18 171 76 0.89 0 0.56 0.33 142.75 0.81 0.37
Hex 12 AB 4C 59 0 38 21 8F 51 25
Octal 22 253 114 131 0 70 41 217 121 45
Binary 10010 10101011 1001100 1011001 0 111000 100001 10001111 1010001 100101

Color Harmonies of #12AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB4C

Black with #12AB4C

Text Example


Text Example

White with #12AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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