Html Css Color HEX #19AF6D Jade

📋 copy color: '#19AF6D'

red 25 ◦ green 175 ◦ blue 109

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

Shades of Jade #19AF6D

Tints of Jade #19AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.63%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 8.09%
G = 56.63%
B = 35.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#19AF6D (or 0x19AF6D) is known color: Jade. HEX triplet: 19, AF and 6D. RGB value is (25,175,109). Sum of RGB (Red+Green+Blue) = 25+175+109=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF6D is #E65092. Grayscale: #7A7A7A. Windows color (decimal): -15093907 or 7188249. OLE color: 7188249.

HSL color Cylindrical-coordinate representation of color #19AF6D: hue angle of 153.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF6D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 109 -
CMYK 0.86 0 0.38 0.31
HSL 153.6º 0.75% 0.39% -
HSV(B) 153.6º 0.86% 0.69% -
XYZ 18.49 31.97 19.66 -
YUV 122.63 120.31 58.37 -
System Red Green Blue C M Y K H S L
Decimal 25 175 109 0.86 0 0.38 0.31 153.6 0.75 0.39
Hex 19 AF 6D 56 0 26 1F 9A 4B 27
Octal 31 257 155 126 0 46 37 232 113 47
Binary 11001 10101111 1101101 1010110 0 100110 11111 10011010 1001011 100111

Color Harmonies of #19AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF6D

Black with #19AF6D

Text Example


Text Example

White with #19AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,175,109); }

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

background-color css

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

 a { background-color: rgb(25,175,109); }

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

border-color css

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

 span { border-color: rgb(25,175,109); }

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