Html Css Color HEX #19A268 Jade

📋 copy color: '#19A268'

red 25 ◦ green 162 ◦ blue 104

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

Shades of Jade #19A268

Tints of Jade #19A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.67%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 8.59%
G = 55.67%
B = 35.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#19A268 (or 0x19A268) is known color: Jade. HEX triplet: 19, A2 and 68. RGB value is (25,162,104). Sum of RGB (Red+Green+Blue) = 25+162+104=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #19A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A268 is #E65D97. Grayscale: #727272. Windows color (decimal): -15097240 or 6857241. OLE color: 6857241.

HSL color Cylindrical-coordinate representation of color #19A268: hue angle of 154.6º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A268 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 162 104 -
CMYK 0.85 0 0.36 0.36
HSL 154.6º 0.73% 0.37% -
HSV(B) 154.6º 0.85% 0.64% -
XYZ 15.82 27.05 17.48 -
YUV 114.43 122.11 64.22 -
System Red Green Blue C M Y K H S L
Decimal 25 162 104 0.85 0 0.36 0.36 154.6 0.73 0.37
Hex 19 A2 68 55 0 24 24 9B 49 25
Octal 31 242 150 125 0 44 44 233 111 45
Binary 11001 10100010 1101000 1010101 0 100100 100100 10011011 1001001 100101

Color Harmonies of #19A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A268

Black with #19A268

Text Example


Text Example

White with #19A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,162,104); }

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

background-color css

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

 a { background-color: rgb(25,162,104); }

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

border-color css

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

 span { border-color: rgb(25,162,104); }

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