Html Css Color HEX #19AF6C Jade

📋 copy color: '#19AF6C'

red 25 ◦ green 175 ◦ blue 108

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

Shades of Jade #19AF6C

Tints of Jade #19AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 8.12%
G = 56.82%
B = 35.06%

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

#19AF6C (or 0x19AF6C) is known color: Jade. HEX triplet: 19, AF and 6C. RGB value is (25,175,108). Sum of RGB (Red+Green+Blue) = 25+175+108=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF6C is #E65093. Grayscale: #7A7A7A. Windows color (decimal): -15093908 or 7122713. OLE color: 7122713.

HSL color Cylindrical-coordinate representation of color #19AF6C: hue angle of 153.2º 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 #19AF6C is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 108 -
CMYK 0.86 0 0.38 0.31
HSL 153.2º 0.75% 0.39% -
HSV(B) 153.2º 0.86% 0.69% -
XYZ 18.44 31.95 19.38 -
YUV 122.51 119.81 58.45 -
System Red Green Blue C M Y K H S L
Decimal 25 175 108 0.86 0 0.38 0.31 153.2 0.75 0.39
Hex 19 AF 6C 56 0 26 1F 99 4B 27
Octal 31 257 154 126 0 46 37 231 113 47
Binary 11001 10101111 1101100 1010110 0 100110 11111 10011001 1001011 100111

Color Harmonies of #19AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF6C

Black with #19AF6C

Text Example


Text Example

White with #19AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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