Html Css Color HEX #12AA67 Jade

📋 copy color: '#12AA67'

red 18 ◦ green 170 ◦ blue 103

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

Shades of Jade #12AA67

Tints of Jade #12AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 6.19%
G = 58.42%
B = 35.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#12AA67 (or 0x12AA67) is known color: Jade. HEX triplet: 12, AA and 67. RGB value is (18,170,103). Sum of RGB (Red+Green+Blue) = 18+170+103=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA67 is #ED5598. Grayscale: #757575. Windows color (decimal): -15553945 or 6793746. OLE color: 6793746.

HSL color Cylindrical-coordinate representation of color #12AA67: hue angle of 153.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA67 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 103 -
CMYK 0.89 0 0.39 0.33
HSL 153.55º 0.81% 0.37% -
HSV(B) 153.55º 0.89% 0.67% -
XYZ 17.07 29.86 17.7 -
YUV 116.91 120.14 57.45 -
System Red Green Blue C M Y K H S L
Decimal 18 170 103 0.89 0 0.39 0.33 153.55 0.81 0.37
Hex 12 AA 67 59 0 27 21 9A 51 25
Octal 22 252 147 131 0 47 41 232 121 45
Binary 10010 10101010 1100111 1011001 0 100111 100001 10011010 1010001 100101

Color Harmonies of #12AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA67

Black with #12AA67

Text Example


Text Example

White with #12AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,103); }

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

background-color css

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

 a { background-color: rgb(18,170,103); }

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

border-color css

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

 span { border-color: rgb(18,170,103); }

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