Html Css Color HEX #1AA969 Jade

📋 copy color: '#1AA969'

red 26 ◦ green 169 ◦ blue 105

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

Shades of Jade #1AA969

Tints of Jade #1AA969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35%

R = 8.67%
G = 56.33%
B = 35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#1AA969 (or 0x1AA969) is known color: Jade. HEX triplet: 1A, A9 and 69. RGB value is (26,169,105). Sum of RGB (Red+Green+Blue) = 26+169+105=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA969 is #E55696. Grayscale: #777777. Windows color (decimal): -15029911 or 6924570. OLE color: 6924570.

HSL color Cylindrical-coordinate representation of color #1AA969: hue angle of 153.15º 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 #1AA969 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 26 169 105 -
CMYK 0.85 0 0.38 0.34
HSL 153.15º 0.73% 0.38% -
HSV(B) 153.15º 0.85% 0.66% -
XYZ 17.16 29.62 18.18 -
YUV 118.95 120.12 61.7 -
System Red Green Blue C M Y K H S L
Decimal 26 169 105 0.85 0 0.38 0.34 153.15 0.73 0.38
Hex 1A A9 69 55 0 26 22 99 49 26
Octal 32 251 151 125 0 46 42 231 111 46
Binary 11010 10101001 1101001 1010101 0 100110 100010 10011001 1001001 100110

Color Harmonies of #1AA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA969

Black with #1AA969

Text Example


Text Example

White with #1AA969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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