Html Css Color HEX #19AC65 Jade

📋 copy color: '#19AC65'

red 25 ◦ green 172 ◦ blue 101

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

Shades of Jade #19AC65

Tints of Jade #19AC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.72%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 8.39%
G = 57.72%
B = 33.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#19AC65 (or 0x19AC65) is known color: Jade. HEX triplet: 19, AC and 65. RGB value is (25,172,101). Sum of RGB (Red+Green+Blue) = 25+172+101=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AC65 is #E6539A. Grayscale: #787878. Windows color (decimal): -15094683 or 6663193. OLE color: 6663193.

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

Color convert

RGB 25 172 101 -
CMYK 0.85 0 0.41 0.33
HSL 151.02º 0.75% 0.39% -
HSV(B) 151.02º 0.85% 0.67% -
XYZ 17.5 30.65 17.31 -
YUV 119.95 117.3 60.27 -
System Red Green Blue C M Y K H S L
Decimal 25 172 101 0.85 0 0.41 0.33 151.02 0.75 0.39
Hex 19 AC 65 55 0 29 21 97 4B 27
Octal 31 254 145 125 0 51 41 227 113 47
Binary 11001 10101100 1100101 1010101 0 101001 100001 10010111 1001011 100111

Color Harmonies of #19AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AC65

Black with #19AC65

Text Example


Text Example

White with #19AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,172,101); }

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

background-color css

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

 a { background-color: rgb(25,172,101); }

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

border-color css

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

 span { border-color: rgb(25,172,101); }

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