Html Css Color HEX #12A46D Jade

📋 copy color: '#12A46D'

red 18 ◦ green 164 ◦ blue 109

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

Shades of Jade #12A46D

Tints of Jade #12A46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 6.19%
G = 56.36%
B = 37.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#12A46D (or 0x12A46D) is known color: Jade. HEX triplet: 12, A4 and 6D. RGB value is (18,164,109). Sum of RGB (Red+Green+Blue) = 18+164+109=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #12A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A46D is #ED5B92. Grayscale: #727272. Windows color (decimal): -15555475 or 7185426. OLE color: 7185426.

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

Color convert

RGB 18 164 109 -
CMYK 0.89 0 0.34 0.36
HSL 157.4º 0.8% 0.36% -
HSV(B) 157.4º 0.89% 0.64% -
XYZ 16.29 27.78 18.97 -
YUV 114.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 18 164 109 0.89 0 0.34 0.36 157.4 0.8 0.36
Hex 12 A4 6D 59 0 22 24 9D 50 24
Octal 22 244 155 131 0 42 44 235 120 44
Binary 10010 10100100 1101101 1011001 0 100010 100100 10011101 1010000 100100

Color Harmonies of #12A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A46D

Black with #12A46D

Text Example


Text Example

White with #12A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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