Html Css Color HEX #12AF66 Jade

📋 copy color: '#12AF66'

red 18 ◦ green 175 ◦ blue 102

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

Shades of Jade #12AF66

Tints of Jade #12AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.32%

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

R = 6.1%
G = 59.32%
B = 34.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#12AF66 (or 0x12AF66) is known color: Jade. HEX triplet: 12, AF and 66. RGB value is (18,175,102). Sum of RGB (Red+Green+Blue) = 18+175+102=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF66 is #ED5099. Grayscale: #777777. Windows color (decimal): -15552666 or 6729490. OLE color: 6729490.

HSL color Cylindrical-coordinate representation of color #12AF66: hue angle of 152.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF66 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 102 -
CMYK 0.90 0 0.42 0.31
HSL 152.1º 0.81% 0.38% -
HSV(B) 152.1º 0.9% 0.69% -
XYZ 17.98 31.75 17.75 -
YUV 119.74 117.99 55.44 -
System Red Green Blue C M Y K H S L
Decimal 18 175 102 0.90 0 0.42 0.31 152.1 0.81 0.38
Hex 12 AF 66 5A 0 2A 1F 98 51 26
Octal 22 257 146 132 0 52 37 230 121 46
Binary 10010 10101111 1100110 1011010 0 101010 11111 10011000 1010001 100110

Color Harmonies of #12AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF66

Black with #12AF66

Text Example


Text Example

White with #12AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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