Html Css Color HEX #1AAE48 Dark Pastel Green

📋 copy color: '#1AAE48'

red 26 ◦ green 174 ◦ blue 72

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

Shades of Dark Pastel Green #1AAE48

Tints of Dark Pastel Green #1AAE48

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.97%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 9.56%
G = 63.97%
B = 26.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#1AAE48 (or 0x1AAE48) is known color: Dark Pastel Green. HEX triplet: 1A, AE and 48. RGB value is (26,174,72). Sum of RGB (Red+Green+Blue) = 26+174+72=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE48 is #E551B7. Grayscale: #767676. Windows color (decimal): -15028664 or 4763162. OLE color: 4763162.

HSL color Cylindrical-coordinate representation of color #1AAE48: hue angle of 138.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE48 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 174 72 -
CMYK 0.85 0 0.59 0.32
HSL 138.65º 0.74% 0.39% -
HSV(B) 138.65º 0.85% 0.68% -
XYZ 16.73 30.96 11.22 -
YUV 118.12 101.97 62.29 -
System Red Green Blue C M Y K H S L
Decimal 26 174 72 0.85 0 0.59 0.32 138.65 0.74 0.39
Hex 1A AE 48 55 0 3B 20 8B 4A 27
Octal 32 256 110 125 0 73 40 213 112 47
Binary 11010 10101110 1001000 1010101 0 111011 100000 10001011 1001010 100111

Color Harmonies of #1AAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAE48

Black with #1AAE48

Text Example


Text Example

White with #1AAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,174,72); }

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

background-color css

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

 a { background-color: rgb(26,174,72); }

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

border-color css

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

 span { border-color: rgb(26,174,72); }

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