Html Css Color HEX #12A666 Jade

📋 copy color: '#12A666'

red 18 ◦ green 166 ◦ blue 102

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

Shades of Jade #12A666

Tints of Jade #12A666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 6.29%
G = 58.04%
B = 35.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#12A666 (or 0x12A666) is known color: Jade. HEX triplet: 12, A6 and 66. RGB value is (18,166,102). Sum of RGB (Red+Green+Blue) = 18+166+102=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #12A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A666 is #ED5999. Grayscale: #727272. Windows color (decimal): -15554970 or 6727186. OLE color: 6727186.

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

Color convert

RGB 18 166 102 -
CMYK 0.89 0 0.39 0.35
HSL 154.05º 0.8% 0.36% -
HSV(B) 154.05º 0.89% 0.65% -
XYZ 16.28 28.36 17.19 -
YUV 114.45 120.97 59.2 -
System Red Green Blue C M Y K H S L
Decimal 18 166 102 0.89 0 0.39 0.35 154.05 0.8 0.36
Hex 12 A6 66 59 0 27 23 9A 50 24
Octal 22 246 146 131 0 47 43 232 120 44
Binary 10010 10100110 1100110 1011001 0 100111 100011 10011010 1010000 100100

Color Harmonies of #12A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A666

Black with #12A666

Text Example


Text Example

White with #12A666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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