Html Css Color HEX #12A963 Jade

📋 copy color: '#12A963'

red 18 ◦ green 169 ◦ blue 99

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

Shades of Jade #12A963

Tints of Jade #12A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.09%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 6.29%
G = 59.09%
B = 34.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#12A963 (or 0x12A963) is known color: Jade. HEX triplet: 12, A9 and 63. RGB value is (18,169,99). Sum of RGB (Red+Green+Blue) = 18+169+99=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #12A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A963 is #ED569C. Grayscale: #747474. Windows color (decimal): -15554205 or 6531346. OLE color: 6531346.

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

Color convert

RGB 18 169 99 -
CMYK 0.89 0 0.41 0.34
HSL 152.19º 0.81% 0.37% -
HSV(B) 152.19º 0.89% 0.66% -
XYZ 16.69 29.41 16.6 -
YUV 115.87 118.47 58.19 -
System Red Green Blue C M Y K H S L
Decimal 18 169 99 0.89 0 0.41 0.34 152.19 0.81 0.37
Hex 12 A9 63 59 0 29 22 98 51 25
Octal 22 251 143 131 0 51 42 230 121 45
Binary 10010 10101001 1100011 1011001 0 101001 100010 10011000 1010001 100101

Color Harmonies of #12A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A963

Black with #12A963

Text Example


Text Example

White with #12A963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,169,99); }

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

background-color css

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

 a { background-color: rgb(18,169,99); }

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

border-color css

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

 span { border-color: rgb(18,169,99); }

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