Html Css Color HEX #A1DD9F Granny Smith Apple

📋 copy color: '#A1DD9F'

red 161 ◦ green 221 ◦ blue 159

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

Shades of Granny Smith Apple #A1DD9F

Tints of Granny Smith Apple #A1DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 29.76%
G = 40.85%
B = 29.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#A1DD9F (or 0xA1DD9F) is known color: Granny Smith Apple. HEX triplet: A1, DD and 9F. RGB value is (161,221,159). Sum of RGB (Red+Green+Blue) = 161+221+159=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD9F is #5E2260. Grayscale: #C4C4C4. Windows color (decimal): -6169185 or 10476961. OLE color: 10476961.

HSL color Cylindrical-coordinate representation of color #A1DD9F: hue angle of 118.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DD9F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 159 -
CMYK 0.27 0 0.28 0.13
HSL 118.06º 0.48% 0.75% -
HSV(B) 118.06º 0.28% 0.87% -
XYZ 46.81 61.79 42.26 -
YUV 195.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 161 221 159 0.27 0 0.28 0.13 118.06 0.48 0.75
Hex A1 DD 9F 1B 0 1C D 76 30 4B
Octal 241 335 237 33 0 34 15 166 60 113
Binary 10100001 11011101 10011111 11011 0 11100 1101 1110110 110000 1001011

Color Harmonies of #A1DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD9F

Black with #A1DD9F

Text Example


Text Example

White with #A1DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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