Html Css Color HEX #19B368 Jade

📋 copy color: '#19B368'

red 25 ◦ green 179 ◦ blue 104

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

Shades of Jade #19B368

Tints of Jade #19B368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.12%

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

R = 8.12%
G = 58.12%
B = 33.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#19B368 (or 0x19B368) is known color: Jade. HEX triplet: 19, B3 and 68. RGB value is (25,179,104). Sum of RGB (Red+Green+Blue) = 25+179+104=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #19B368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B368 is #E64C97. Grayscale: #7C7C7C. Windows color (decimal): -15092888 or 6861593. OLE color: 6861593.

HSL color Cylindrical-coordinate representation of color #19B368: hue angle of 150.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B368 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 179 104 -
CMYK 0.86 0 0.42 0.30
HSL 150.78º 0.75% 0.4% -
HSV(B) 150.78º 0.86% 0.7% -
XYZ 19.02 33.45 18.55 -
YUV 124.4 116.48 57.1 -
System Red Green Blue C M Y K H S L
Decimal 25 179 104 0.86 0 0.42 0.30 150.78 0.75 0.4
Hex 19 B3 68 56 0 2A 1E 97 4B 28
Octal 31 263 150 126 0 52 36 227 113 50
Binary 11001 10110011 1101000 1010110 0 101010 11110 10010111 1001011 101000

Color Harmonies of #19B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B368

Black with #19B368

Text Example


Text Example

White with #19B368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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