Html Css Color HEX #19BA5E Pigment Green

📋 copy color: '#19BA5E'

red 25 ◦ green 186 ◦ blue 94

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

Shades of Pigment Green #19BA5E

Tints of Pigment Green #19BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 8.2%
G = 60.98%
B = 30.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#19BA5E (or 0x19BA5E) is known color: Pigment Green. HEX triplet: 19, BA and 5E. RGB value is (25,186,94). Sum of RGB (Red+Green+Blue) = 25+186+94=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA5E is #E645A1. Grayscale: #7F7F7F. Windows color (decimal): -15091106 or 6208025. OLE color: 6208025.

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

Color convert

RGB 25 186 94 -
CMYK 0.87 0 0.49 0.27
HSL 145.71º 0.76% 0.41% -
HSV(B) 145.71º 0.87% 0.73% -
XYZ 19.98 36.13 16.51 -
YUV 127.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 25 186 94 0.87 0 0.49 0.27 145.71 0.76 0.41
Hex 19 BA 5E 57 0 31 1B 92 4C 29
Octal 31 272 136 127 0 61 33 222 114 51
Binary 11001 10111010 1011110 1010111 0 110001 11011 10010010 1001100 101001

Color Harmonies of #19BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA5E

Black with #19BA5E

Text Example


Text Example

White with #19BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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