Html Css Color HEX #12A340 Pigment Green

📋 copy color: '#12A340'

red 18 ◦ green 163 ◦ blue 64

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

Shades of Pigment Green #12A340

Tints of Pigment Green #12A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 66.53%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 7.35%
G = 66.53%
B = 26.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#12A340 (or 0x12A340) is known color: Pigment Green. HEX triplet: 12, A3 and 40. RGB value is (18,163,64). Sum of RGB (Red+Green+Blue) = 18+163+64=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #12A340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A340 is #ED5CBF. Grayscale: #6C6C6C. Windows color (decimal): -15555776 or 4236050. OLE color: 4236050.

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

Color convert

RGB 18 163 64 -
CMYK 0.89 0 0.61 0.36
HSL 139.03º 0.8% 0.35% -
HSV(B) 139.03º 0.89% 0.64% -
XYZ 14.27 26.69 9.25 -
YUV 108.36 102.96 63.55 -
System Red Green Blue C M Y K H S L
Decimal 18 163 64 0.89 0 0.61 0.36 139.03 0.8 0.35
Hex 12 A3 40 59 0 3D 24 8B 50 23
Octal 22 243 100 131 0 75 44 213 120 43
Binary 10010 10100011 1000000 1011001 0 111101 100100 10001011 1010000 100011

Color Harmonies of #12A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A340

Black with #12A340

Text Example


Text Example

White with #12A340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,64); }

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

background-color css

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

 a { background-color: rgb(18,163,64); }

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

border-color css

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

 span { border-color: rgb(18,163,64); }

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