Html Css Color HEX #19AA69 Jade

📋 copy color: '#19AA69'

red 25 ◦ green 170 ◦ blue 105

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

Shades of Jade #19AA69

Tints of Jade #19AA69

RGB

 RED value IS 25 (10.16% from 255) = 8.33%

 GREEN value IS 170 (66.8% from 255) = 56.67%

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

R = 8.33%
G = 56.67%
B = 35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#19AA69 (or 0x19AA69) is known color: Jade. HEX triplet: 19, AA and 69. RGB value is (25,170,105). Sum of RGB (Red+Green+Blue) = 25+170+105=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA69 is #E65596. Grayscale: #777777. Windows color (decimal): -15095191 or 6924825. OLE color: 6924825.

HSL color Cylindrical-coordinate representation of color #19AA69: hue angle of 153.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA69 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 170 105 -
CMYK 0.85 0 0.38 0.33
HSL 153.1º 0.74% 0.38% -
HSV(B) 153.1º 0.85% 0.67% -
XYZ 17.33 29.98 18.24 -
YUV 119.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 25 170 105 0.85 0 0.38 0.33 153.1 0.74 0.38
Hex 19 AA 69 55 0 26 21 99 4A 26
Octal 31 252 151 125 0 46 41 231 112 46
Binary 11001 10101010 1101001 1010101 0 100110 100001 10011001 1001010 100110

Color Harmonies of #19AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AA69

Black with #19AA69

Text Example


Text Example

White with #19AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19AA69; }

 p { color: rgb(25,170,105); }

 H1.HeaderClassName
 {
   color: #19AA69;
 }
 .AnyTagClassName
 {
   color: #19AA69;
 }
</style>

background-color css

<style>
 a { background-color: #19AA69; }

 a { background-color: rgb(25,170,105); }

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

border-color css

<style>
 span { border-color: #19AA69; }

 span { border-color: rgb(25,170,105); }

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