Html Css Color HEX #19AC30 Dark Pastel Green

📋 copy color: '#19AC30'

red 25 ◦ green 172 ◦ blue 48

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

Shades of Dark Pastel Green #19AC30

Tints of Dark Pastel Green #19AC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 70.2%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 10.2%
G = 70.2%
B = 19.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#19AC30 (or 0x19AC30) is known color: Dark Pastel Green. HEX triplet: 19, AC and 30. RGB value is (25,172,48). Sum of RGB (Red+Green+Blue) = 25+172+48=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AC30 is #E653CF. Grayscale: #727272. Windows color (decimal): -15094736 or 3189785. OLE color: 3189785.

HSL color Cylindrical-coordinate representation of color #19AC30: hue angle of 129.39º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC30 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 172 48 -
CMYK 0.85 0 0.72 0.33
HSL 129.39º 0.75% 0.39% -
HSV(B) 129.39º 0.85% 0.67% -
XYZ 15.69 29.93 7.75 -
YUV 113.91 90.8 64.58 -
System Red Green Blue C M Y K H S L
Decimal 25 172 48 0.85 0 0.72 0.33 129.39 0.75 0.39
Hex 19 AC 30 55 0 48 21 81 4B 27
Octal 31 254 60 125 0 110 41 201 113 47
Binary 11001 10101100 110000 1010101 0 1001000 100001 10000001 1001011 100111

Color Harmonies of #19AC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AC30

Black with #19AC30

Text Example


Text Example

White with #19AC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,172,48); }

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

background-color css

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

 a { background-color: rgb(25,172,48); }

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

border-color css

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

 span { border-color: rgb(25,172,48); }

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