Html Css Color HEX #19B466 Jade

📋 copy color: '#19B466'

red 25 ◦ green 180 ◦ blue 102

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

Shades of Jade #19B466

Tints of Jade #19B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.63%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 8.14%
G = 58.63%
B = 33.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#19B466 (or 0x19B466) is known color: Jade. HEX triplet: 19, B4 and 66. RGB value is (25,180,102). Sum of RGB (Red+Green+Blue) = 25+180+102=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #19B466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B466 is #E64B99. Grayscale: #7C7C7C. Windows color (decimal): -15092634 or 6730777. OLE color: 6730777.

HSL color Cylindrical-coordinate representation of color #19B466: hue angle of 149.81º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B466 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 180 102 -
CMYK 0.86 0 0.43 0.29
HSL 149.81º 0.76% 0.4% -
HSV(B) 149.81º 0.86% 0.71% -
XYZ 19.12 33.81 18.09 -
YUV 124.76 115.15 56.84 -
System Red Green Blue C M Y K H S L
Decimal 25 180 102 0.86 0 0.43 0.29 149.81 0.76 0.4
Hex 19 B4 66 56 0 2B 1D 96 4C 28
Octal 31 264 146 126 0 53 35 226 114 50
Binary 11001 10110100 1100110 1010110 0 101011 11101 10010110 1001100 101000

Color Harmonies of #19B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B466

Black with #19B466

Text Example


Text Example

White with #19B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,180,102); }

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

background-color css

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

 a { background-color: rgb(25,180,102); }

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

border-color css

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

 span { border-color: rgb(25,180,102); }

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