Html Css Color HEX #12A742 Pigment Green

📋 copy color: '#12A742'

red 18 ◦ green 167 ◦ blue 66

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

Shades of Pigment Green #12A742

Tints of Pigment Green #12A742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 7.17%
G = 66.53%
B = 26.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#12A742 (or 0x12A742) is known color: Pigment Green. HEX triplet: 12, A7 and 42. RGB value is (18,167,66). Sum of RGB (Red+Green+Blue) = 18+167+66=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #12A742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A742 is #ED58BD. Grayscale: #6F6F6F. Windows color (decimal): -15554750 or 4368146. OLE color: 4368146.

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

Color convert

RGB 18 167 66 -
CMYK 0.89 0 0.60 0.35
HSL 139.33º 0.81% 0.36% -
HSV(B) 139.33º 0.89% 0.65% -
XYZ 15.05 28.16 9.8 -
YUV 110.94 102.64 61.71 -
System Red Green Blue C M Y K H S L
Decimal 18 167 66 0.89 0 0.60 0.35 139.33 0.81 0.36
Hex 12 A7 42 59 0 3C 23 8B 51 24
Octal 22 247 102 131 0 74 43 213 121 44
Binary 10010 10100111 1000010 1011001 0 111100 100011 10001011 1010001 100100

Color Harmonies of #12A742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A742

Black with #12A742

Text Example


Text Example

White with #12A742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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