Html Css Color HEX #12A740 Pigment Green

📋 copy color: '#12A740'

red 18 ◦ green 167 ◦ blue 64

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

Shades of Pigment Green #12A740

Tints of Pigment Green #12A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 67.07%

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

R = 7.23%
G = 67.07%
B = 25.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#12A740 (or 0x12A740) is known color: Pigment Green. HEX triplet: 12, A7 and 40. RGB value is (18,167,64). Sum of RGB (Red+Green+Blue) = 18+167+64=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 167 (65.62% from 255 or 67.07% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 167 - color contains mainly: green. Hex color #12A740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A740 is #ED58BF. Grayscale: #6E6E6E. Windows color (decimal): -15554752 or 4237074. OLE color: 4237074.

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

Color convert

RGB 18 167 64 -
CMYK 0.89 0 0.62 0.35
HSL 138.52º 0.81% 0.36% -
HSV(B) 138.52º 0.89% 0.65% -
XYZ 14.99 28.14 9.49 -
YUV 110.71 101.64 61.88 -
System Red Green Blue C M Y K H S L
Decimal 18 167 64 0.89 0 0.62 0.35 138.52 0.81 0.36
Hex 12 A7 40 59 0 3E 23 8B 51 24
Octal 22 247 100 131 0 76 43 213 121 44
Binary 10010 10100111 1000000 1011001 0 111110 100011 10001011 1010001 100100

Color Harmonies of #12A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A740

Black with #12A740

Text Example


Text Example

White with #12A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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