Html Css Color HEX #12A24A Pigment Green

📋 copy color: '#12A24A'

red 18 ◦ green 162 ◦ blue 74

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

Shades of Pigment Green #12A24A

Tints of Pigment Green #12A24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.78%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 7.09%
G = 63.78%
B = 29.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#12A24A (or 0x12A24A) is known color: Pigment Green. HEX triplet: 12, A2 and 4A. RGB value is (18,162,74). Sum of RGB (Red+Green+Blue) = 18+162+74=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 162 (63.67% from 255 or 63.78% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 162 - color contains mainly: green. Hex color #12A24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A24A is #ED5DB5. Grayscale: #6D6D6D. Windows color (decimal): -15556022 or 4891154. OLE color: 4891154.

HSL color Cylindrical-coordinate representation of color #12A24A: hue angle of 143.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A24A is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 74 -
CMYK 0.89 0 0.54 0.36
HSL 143.33º 0.8% 0.35% -
HSV(B) 143.33º 0.89% 0.64% -
XYZ 14.41 26.46 10.83 -
YUV 108.91 108.29 63.16 -
System Red Green Blue C M Y K H S L
Decimal 18 162 74 0.89 0 0.54 0.36 143.33 0.8 0.35
Hex 12 A2 4A 59 0 36 24 8F 50 23
Octal 22 242 112 131 0 66 44 217 120 43
Binary 10010 10100010 1001010 1011001 0 110110 100100 10001111 1010000 100011

Color Harmonies of #12A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A24A

Black with #12A24A

Text Example


Text Example

White with #12A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,74); }

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

background-color css

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

 a { background-color: rgb(18,162,74); }

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

border-color css

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

 span { border-color: rgb(18,162,74); }

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