Html Css Color HEX #12AC6B Jade

📋 copy color: '#12AC6B'

red 18 ◦ green 172 ◦ blue 107

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

Shades of Jade #12AC6B

Tints of Jade #12AC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.91%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 6.06%
G = 57.91%
B = 36.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#12AC6B (or 0x12AC6B) is known color: Jade. HEX triplet: 12, AC and 6B. RGB value is (18,172,107). Sum of RGB (Red+Green+Blue) = 18+172+107=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC6B is #ED5394. Grayscale: #767676. Windows color (decimal): -15553429 or 7056402. OLE color: 7056402.

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

Color convert

RGB 18 172 107 -
CMYK 0.90 0 0.38 0.33
HSL 154.68º 0.81% 0.37% -
HSV(B) 154.68º 0.9% 0.67% -
XYZ 17.66 30.7 18.9 -
YUV 118.54 121.48 56.29 -
System Red Green Blue C M Y K H S L
Decimal 18 172 107 0.90 0 0.38 0.33 154.68 0.81 0.37
Hex 12 AC 6B 5A 0 26 21 9B 51 25
Octal 22 254 153 132 0 46 41 233 121 45
Binary 10010 10101100 1101011 1011010 0 100110 100001 10011011 1010001 100101

Color Harmonies of #12AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC6B

Black with #12AC6B

Text Example


Text Example

White with #12AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,107); }

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

background-color css

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

 a { background-color: rgb(18,172,107); }

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

border-color css

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

 span { border-color: rgb(18,172,107); }

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