Html Css Color HEX #19BA4F Dark Pastel Green

📋 copy color: '#19BA4F'

red 25 ◦ green 186 ◦ blue 79

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

Shades of Dark Pastel Green #19BA4F

Tints of Dark Pastel Green #19BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.24%

R = 8.62%
G = 64.14%
B = 27.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#19BA4F (or 0x19BA4F) is known color: Dark Pastel Green. HEX triplet: 19, BA and 4F. RGB value is (25,186,79). Sum of RGB (Red+Green+Blue) = 25+186+79=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA4F is #E645B0. Grayscale: #7D7D7D. Windows color (decimal): -15091121 or 5224985. OLE color: 5224985.

HSL color Cylindrical-coordinate representation of color #19BA4F: hue angle of 140.12º 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 #19BA4F is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 79 -
CMYK 0.87 0 0.58 0.27
HSL 140.12º 0.76% 0.41% -
HSV(B) 140.12º 0.87% 0.73% -
XYZ 19.37 35.89 13.3 -
YUV 125.66 101.66 56.2 -
System Red Green Blue C M Y K H S L
Decimal 25 186 79 0.87 0 0.58 0.27 140.12 0.76 0.41
Hex 19 BA 4F 57 0 3A 1B 8C 4C 29
Octal 31 272 117 127 0 72 33 214 114 51
Binary 11001 10111010 1001111 1010111 0 111010 11011 10001100 1001100 101001

Color Harmonies of #19BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA4F

Black with #19BA4F

Text Example


Text Example

White with #19BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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