Html Css Color HEX #1AAF48 Dark Pastel Green

📋 copy color: '#1AAF48'

red 26 ◦ green 175 ◦ blue 72

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

Shades of Dark Pastel Green #1AAF48

Tints of Dark Pastel Green #1AAF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.1%

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

R = 9.52%
G = 64.1%
B = 26.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#1AAF48 (or 0x1AAF48) is known color: Dark Pastel Green. HEX triplet: 1A, AF and 48. RGB value is (26,175,72). Sum of RGB (Red+Green+Blue) = 26+175+72=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF48 is #E550B7. Grayscale: #767676. Windows color (decimal): -15028408 or 4763418. OLE color: 4763418.

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

Color convert

RGB 26 175 72 -
CMYK 0.85 0 0.59 0.31
HSL 138.52º 0.74% 0.39% -
HSV(B) 138.52º 0.85% 0.69% -
XYZ 16.93 31.35 11.29 -
YUV 118.71 101.64 61.88 -
System Red Green Blue C M Y K H S L
Decimal 26 175 72 0.85 0 0.59 0.31 138.52 0.74 0.39
Hex 1A AF 48 55 0 3B 1F 8B 4A 27
Octal 32 257 110 125 0 73 37 213 112 47
Binary 11010 10101111 1001000 1010101 0 111011 11111 10001011 1001010 100111

Color Harmonies of #1AAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF48

Black with #1AAF48

Text Example


Text Example

White with #1AAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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