Html Css Color HEX #A1D49C Granny Smith Apple

📋 copy color: '#A1D49C'

red 161 ◦ green 212 ◦ blue 156

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

Shades of Granny Smith Apple #A1D49C

Tints of Granny Smith Apple #A1D49C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 30.43%
G = 40.08%
B = 29.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#A1D49C (or 0xA1D49C) is known color: Granny Smith Apple. HEX triplet: A1, D4 and 9C. RGB value is (161,212,156). Sum of RGB (Red+Green+Blue) = 161+212+156=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D49C is #5E2B63. Grayscale: #BEBEBE. Windows color (decimal): -6171492 or 10278049. OLE color: 10278049.

HSL color Cylindrical-coordinate representation of color #A1D49C: hue angle of 114.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D49C is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 156 -
CMYK 0.24 0 0.26 0.17
HSL 114.64º 0.39% 0.72% -
HSV(B) 114.64º 0.26% 0.83% -
XYZ 44.24 57.06 40.14 -
YUV 190.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 161 212 156 0.24 0 0.26 0.17 114.64 0.39 0.72
Hex A1 D4 9C 18 0 1A 11 73 27 48
Octal 241 324 234 30 0 32 21 163 47 110
Binary 10100001 11010100 10011100 11000 0 11010 10001 1110011 100111 1001000

Color Harmonies of #A1D49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D49C

Black with #A1D49C

Text Example


Text Example

White with #A1D49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D49C; }

 p { color: rgb(161,212,156); }

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

background-color css

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

 a { background-color: rgb(161,212,156); }

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

border-color css

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

 span { border-color: rgb(161,212,156); }

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