Html Css Color HEX #19BA65 Jade

📋 copy color: '#19BA65'

red 25 ◦ green 186 ◦ blue 101

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

Shades of Jade #19BA65

Tints of Jade #19BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.62%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 8.01%
G = 59.62%
B = 32.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#19BA65 (or 0x19BA65) is known color: Jade. HEX triplet: 19, BA and 65. RGB value is (25,186,101). Sum of RGB (Red+Green+Blue) = 25+186+101=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA65 is #E6459A. Grayscale: #808080. Windows color (decimal): -15091099 or 6666777. OLE color: 6666777.

HSL color Cylindrical-coordinate representation of color #19BA65: hue angle of 148.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA65 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 101 -
CMYK 0.87 0 0.46 0.27
HSL 148.32º 0.76% 0.41% -
HSV(B) 148.32º 0.87% 0.73% -
XYZ 20.31 36.26 18.24 -
YUV 128.17 112.66 54.41 -
System Red Green Blue C M Y K H S L
Decimal 25 186 101 0.87 0 0.46 0.27 148.32 0.76 0.41
Hex 19 BA 65 57 0 2E 1B 94 4C 29
Octal 31 272 145 127 0 56 33 224 114 51
Binary 11001 10111010 1100101 1010111 0 101110 11011 10010100 1001100 101001

Color Harmonies of #19BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA65

Black with #19BA65

Text Example


Text Example

White with #19BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,101); }

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

background-color css

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

 a { background-color: rgb(25,186,101); }

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

border-color css

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

 span { border-color: rgb(25,186,101); }

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