Html Css Color HEX #12A669 Jade

📋 copy color: '#12A669'

red 18 ◦ green 166 ◦ blue 105

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

Shades of Jade #12A669

Tints of Jade #12A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.44%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 6.23%
G = 57.44%
B = 36.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#12A669 (or 0x12A669) is known color: Jade. HEX triplet: 12, A6 and 69. RGB value is (18,166,105). Sum of RGB (Red+Green+Blue) = 18+166+105=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #12A669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A669 is #ED5996. Grayscale: #727272. Windows color (decimal): -15554967 or 6923794. OLE color: 6923794.

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

Color convert

RGB 18 166 105 -
CMYK 0.89 0 0.37 0.35
HSL 155.27º 0.8% 0.36% -
HSV(B) 155.27º 0.89% 0.65% -
XYZ 16.44 28.42 17.98 -
YUV 114.79 122.47 58.96 -
System Red Green Blue C M Y K H S L
Decimal 18 166 105 0.89 0 0.37 0.35 155.27 0.8 0.36
Hex 12 A6 69 59 0 25 23 9B 50 24
Octal 22 246 151 131 0 45 43 233 120 44
Binary 10010 10100110 1101001 1011001 0 100101 100011 10011011 1010000 100100

Color Harmonies of #12A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A669

Black with #12A669

Text Example


Text Example

White with #12A669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,105); }

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

background-color css

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

 a { background-color: rgb(18,166,105); }

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

border-color css

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

 span { border-color: rgb(18,166,105); }

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