Html Css Color HEX #1AA93D Dark Pastel Green

📋 copy color: '#1AA93D'

red 26 ◦ green 169 ◦ blue 61

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

Shades of Dark Pastel Green #1AA93D

Tints of Dark Pastel Green #1AA93D

RGB

 RED value IS 26 (10.55% from 255) = 10.16%

 GREEN value IS 169 (66.41% from 255) = 66.02%

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 10.16%
G = 66.02%
B = 23.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#1AA93D (or 0x1AA93D) is known color: Dark Pastel Green. HEX triplet: 1A, A9 and 3D. RGB value is (26,169,61). Sum of RGB (Red+Green+Blue) = 26+169+61=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA93D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA93D is #E556C2. Grayscale: #727272. Windows color (decimal): -15029955 or 4040986. OLE color: 4040986.

HSL color Cylindrical-coordinate representation of color #1AA93D: hue angle of 134.69º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA93D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 26 169 61 -
CMYK 0.85 0 0.64 0.34
HSL 134.69º 0.73% 0.38% -
HSV(B) 134.69º 0.85% 0.66% -
XYZ 15.46 28.93 9.18 -
YUV 113.93 98.12 65.28 -
System Red Green Blue C M Y K H S L
Decimal 26 169 61 0.85 0 0.64 0.34 134.69 0.73 0.38
Hex 1A A9 3D 55 0 40 22 87 49 26
Octal 32 251 75 125 0 100 42 207 111 46
Binary 11010 10101001 111101 1010101 0 1000000 100010 10000111 1001001 100110

Color Harmonies of #1AA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA93D

Black with #1AA93D

Text Example


Text Example

White with #1AA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AA93D; }

 p { color: rgb(26,169,61); }

 H1.HeaderClassName
 {
   color: #1AA93D;
 }
 .AnyTagClassName
 {
   color: #1AA93D;
 }
</style>

background-color css

<style>
 a { background-color: #1AA93D; }

 a { background-color: rgb(26,169,61); }

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

border-color css

<style>
 span { border-color: #1AA93D; }

 span { border-color: rgb(26,169,61); }

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