Html Css Color HEX #1AA963 Jade

📋 copy color: '#1AA963'

red 26 ◦ green 169 ◦ blue 99

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

Shades of Jade #1AA963

Tints of Jade #1AA963

RGB

 RED value IS 26 (10.55% from 255) = 8.84%

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

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

R = 8.84%
G = 57.48%
B = 33.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#1AA963 (or 0x1AA963) is known color: Jade. HEX triplet: 1A, A9 and 63. RGB value is (26,169,99). Sum of RGB (Red+Green+Blue) = 26+169+99=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA963 is #E5569C. Grayscale: #767676. Windows color (decimal): -15029917 or 6531354. OLE color: 6531354.

HSL color Cylindrical-coordinate representation of color #1AA963: hue angle of 150.63º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA963 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 26 169 99 -
CMYK 0.85 0 0.41 0.34
HSL 150.63º 0.73% 0.38% -
HSV(B) 150.63º 0.85% 0.66% -
XYZ 16.87 29.5 16.61 -
YUV 118.26 117.12 62.19 -
System Red Green Blue C M Y K H S L
Decimal 26 169 99 0.85 0 0.41 0.34 150.63 0.73 0.38
Hex 1A A9 63 55 0 29 22 97 49 26
Octal 32 251 143 125 0 51 42 227 111 46
Binary 11010 10101001 1100011 1010101 0 101001 100010 10010111 1001001 100110

Color Harmonies of #1AA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA963

Black with #1AA963

Text Example


Text Example

White with #1AA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AA963; }

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

 H1.HeaderClassName
 {
   color: #1AA963;
 }
 .AnyTagClassName
 {
   color: #1AA963;
 }
</style>

background-color css

<style>
 a { background-color: #1AA963; }

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

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

border-color css

<style>
 span { border-color: #1AA963; }

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

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