Html Css Color HEX #A1D99F Granny Smith Apple

📋 copy color: '#A1D99F'

red 161 ◦ green 217 ◦ blue 159

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

Shades of Granny Smith Apple #A1D99F

Tints of Granny Smith Apple #A1D99F

RGB

 RED value IS 161 (63.28% from 255) = 29.98%

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 29.98%
G = 40.41%
B = 29.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#A1D99F (or 0xA1D99F) is known color: Granny Smith Apple. HEX triplet: A1, D9 and 9F. RGB value is (161,217,159). Sum of RGB (Red+Green+Blue) = 161+217+159=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D99F is #5E2660. Grayscale: #C1C1C1. Windows color (decimal): -6170209 or 10475937. OLE color: 10475937.

HSL color Cylindrical-coordinate representation of color #A1D99F: hue angle of 117.93º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1D99F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 159 -
CMYK 0.26 0 0.27 0.15
HSL 117.93º 0.43% 0.74% -
HSV(B) 117.93º 0.27% 0.85% -
XYZ 45.77 59.71 41.91 -
YUV 193.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 161 217 159 0.26 0 0.27 0.15 117.93 0.43 0.74
Hex A1 D9 9F 1A 0 1B F 76 2B 4A
Octal 241 331 237 32 0 33 17 166 53 112
Binary 10100001 11011001 10011111 11010 0 11011 1111 1110110 101011 1001010

Color Harmonies of #A1D99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D99F

Black with #A1D99F

Text Example


Text Example

White with #A1D99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D99F; }

 p { color: rgb(161,217,159); }

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

background-color css

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

 a { background-color: rgb(161,217,159); }

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

border-color css

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

 span { border-color: rgb(161,217,159); }

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