Html Css Color HEX #12AB62 Jade

📋 copy color: '#12AB62'

red 18 ◦ green 171 ◦ blue 98

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

Shades of Jade #12AB62

Tints of Jade #12AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 6.27%
G = 59.58%
B = 34.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#12AB62 (or 0x12AB62) is known color: Jade. HEX triplet: 12, AB and 62. RGB value is (18,171,98). Sum of RGB (Red+Green+Blue) = 18+171+98=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB62 is #ED549D. Grayscale: #757575. Windows color (decimal): -15553694 or 6466322. OLE color: 6466322.

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

Color convert

RGB 18 171 98 -
CMYK 0.89 0 0.43 0.33
HSL 151.37º 0.81% 0.37% -
HSV(B) 151.37º 0.89% 0.67% -
XYZ 17.02 30.14 16.48 -
YUV 116.93 117.31 57.44 -
System Red Green Blue C M Y K H S L
Decimal 18 171 98 0.89 0 0.43 0.33 151.37 0.81 0.37
Hex 12 AB 62 59 0 2B 21 97 51 25
Octal 22 253 142 131 0 53 41 227 121 45
Binary 10010 10101011 1100010 1011001 0 101011 100001 10010111 1010001 100101

Color Harmonies of #12AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB62

Black with #12AB62

Text Example


Text Example

White with #12AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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