Html Css Color HEX #12AB68 Jade

📋 copy color: '#12AB68'

red 18 ◦ green 171 ◦ blue 104

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

Shades of Jade #12AB68

Tints of Jade #12AB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 6.14%
G = 58.36%
B = 35.49%

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

#12AB68 (or 0x12AB68) is known color: Jade. HEX triplet: 12, AB and 68. RGB value is (18,171,104). Sum of RGB (Red+Green+Blue) = 18+171+104=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB68 is #ED5497. Grayscale: #757575. Windows color (decimal): -15553688 or 6859538. OLE color: 6859538.

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

Color convert

RGB 18 171 104 -
CMYK 0.89 0 0.39 0.33
HSL 153.73º 0.81% 0.37% -
HSV(B) 153.73º 0.89% 0.67% -
XYZ 17.31 30.25 18.02 -
YUV 117.62 120.31 56.95 -
System Red Green Blue C M Y K H S L
Decimal 18 171 104 0.89 0 0.39 0.33 153.73 0.81 0.37
Hex 12 AB 68 59 0 27 21 9A 51 25
Octal 22 253 150 131 0 47 41 232 121 45
Binary 10010 10101011 1101000 1011001 0 100111 100001 10011010 1010001 100101

Color Harmonies of #12AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB68

Black with #12AB68

Text Example


Text Example

White with #12AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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