Html Css Color HEX #12AB6B Jade

📋 copy color: '#12AB6B'

red 18 ◦ green 171 ◦ blue 107

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

Shades of Jade #12AB6B

Tints of Jade #12AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.77%

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

R = 6.08%
G = 57.77%
B = 36.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#12AB6B (or 0x12AB6B) is known color: Jade. HEX triplet: 12, AB and 6B. RGB value is (18,171,107). Sum of RGB (Red+Green+Blue) = 18+171+107=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB6B is #ED5494. Grayscale: #767676. Windows color (decimal): -15553685 or 7056146. OLE color: 7056146.

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

Color convert

RGB 18 171 107 -
CMYK 0.89 0 0.37 0.33
HSL 154.9º 0.81% 0.37% -
HSV(B) 154.9º 0.89% 0.67% -
XYZ 17.47 30.32 18.84 -
YUV 117.96 121.81 56.7 -
System Red Green Blue C M Y K H S L
Decimal 18 171 107 0.89 0 0.37 0.33 154.9 0.81 0.37
Hex 12 AB 6B 59 0 25 21 9B 51 25
Octal 22 253 153 131 0 45 41 233 121 45
Binary 10010 10101011 1101011 1011001 0 100101 100001 10011011 1010001 100101

Color Harmonies of #12AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB6B

Black with #12AB6B

Text Example


Text Example

White with #12AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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