Html Css Color HEX #A1D995 Granny Smith Apple

📋 copy color: '#A1D995'

red 161 ◦ green 217 ◦ blue 149

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

Shades of Granny Smith Apple #A1D995

Tints of Granny Smith Apple #A1D995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 30.55%
G = 41.18%
B = 28.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A1D995 (or 0xA1D995) is known color: Granny Smith Apple. HEX triplet: A1, D9 and 95. RGB value is (161,217,149). Sum of RGB (Red+Green+Blue) = 161+217+149=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D995 is #5E266A. Grayscale: #C0C0C0. Windows color (decimal): -6170219 or 9820577. OLE color: 9820577.

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

Color convert

RGB 161 217 149 -
CMYK 0.26 0 0.31 0.15
HSL 109.41º 0.47% 0.72% -
HSV(B) 109.41º 0.31% 0.85% -
XYZ 44.94 59.37 37.53 -
YUV 192.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 161 217 149 0.26 0 0.31 0.15 109.41 0.47 0.72
Hex A1 D9 95 1A 0 1F F 6D 2F 48
Octal 241 331 225 32 0 37 17 155 57 110
Binary 10100001 11011001 10010101 11010 0 11111 1111 1101101 101111 1001000

Color Harmonies of #A1D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D995

Black with #A1D995

Text Example


Text Example

White with #A1D995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D995; }

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

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

background-color css

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

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

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

border-color css

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

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

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