Html Css Color HEX #12A441 Pigment Green

📋 copy color: '#12A441'

red 18 ◦ green 164 ◦ blue 65

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

Shades of Pigment Green #12A441

Tints of Pigment Green #12A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.4%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 7.29%
G = 66.4%
B = 26.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#12A441 (or 0x12A441) is known color: Pigment Green. HEX triplet: 12, A4 and 41. RGB value is (18,164,65). Sum of RGB (Red+Green+Blue) = 18+164+65=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #12A441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A441 is #ED5BBE. Grayscale: #6D6D6D. Windows color (decimal): -15555519 or 4301842. OLE color: 4301842.

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

Color convert

RGB 18 164 65 -
CMYK 0.89 0 0.60 0.36
HSL 139.32º 0.8% 0.36% -
HSV(B) 139.32º 0.89% 0.64% -
XYZ 14.48 27.06 9.46 -
YUV 109.06 103.13 63.05 -
System Red Green Blue C M Y K H S L
Decimal 18 164 65 0.89 0 0.60 0.36 139.32 0.8 0.36
Hex 12 A4 41 59 0 3C 24 8B 50 24
Octal 22 244 101 131 0 74 44 213 120 44
Binary 10010 10100100 1000001 1011001 0 111100 100100 10001011 1010000 100100

Color Harmonies of #12A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A441

Black with #12A441

Text Example


Text Example

White with #12A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,65); }

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

background-color css

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

 a { background-color: rgb(18,164,65); }

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

border-color css

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

 span { border-color: rgb(18,164,65); }

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