Html Css Color HEX #12AA44 Pigment Green

📋 copy color: '#12AA44'

red 18 ◦ green 170 ◦ blue 68

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

Shades of Pigment Green #12AA44

Tints of Pigment Green #12AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 66.41%

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 7.03%
G = 66.41%
B = 26.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#12AA44 (or 0x12AA44) is known color: Pigment Green. HEX triplet: 12, AA and 44. RGB value is (18,170,68). Sum of RGB (Red+Green+Blue) = 18+170+68=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA44 is #ED55BB. Grayscale: #717171. Windows color (decimal): -15553980 or 4499986. OLE color: 4499986.

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

Color convert

RGB 18 170 68 -
CMYK 0.89 0 0.6 0.33
HSL 139.74º 0.81% 0.37% -
HSV(B) 139.74º 0.89% 0.67% -
XYZ 15.67 29.3 10.3 -
YUV 112.92 102.64 60.29 -
System Red Green Blue C M Y K H S L
Decimal 18 170 68 0.89 0 0.6 0.33 139.74 0.81 0.37
Hex 12 AA 44 59 0 3C 21 8C 51 25
Octal 22 252 104 131 0 74 41 214 121 45
Binary 10010 10101010 1000100 1011001 0 111100 100001 10001100 1010001 100101

Color Harmonies of #12AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA44

Black with #12AA44

Text Example


Text Example

White with #12AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,68); }

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

background-color css

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

 a { background-color: rgb(18,170,68); }

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

border-color css

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

 span { border-color: rgb(18,170,68); }

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