Html Css Color HEX #A1D493 Granny Smith Apple

📋 copy color: '#A1D493'

red 161 ◦ green 212 ◦ blue 147

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

Shades of Granny Smith Apple #A1D493

Tints of Granny Smith Apple #A1D493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.27%

R = 30.96%
G = 40.77%
B = 28.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#A1D493 (or 0xA1D493) is known color: Granny Smith Apple. HEX triplet: A1, D4 and 93. RGB value is (161,212,147). Sum of RGB (Red+Green+Blue) = 161+212+147=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D493 is #5E2B6C. Grayscale: #BDBDBD. Windows color (decimal): -6171501 or 9688225. OLE color: 9688225.

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

Color convert

RGB 161 212 147 -
CMYK 0.24 0 0.31 0.17
HSL 107.08º 0.43% 0.7% -
HSV(B) 107.08º 0.31% 0.83% -
XYZ 43.51 56.77 36.27 -
YUV 189.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 161 212 147 0.24 0 0.31 0.17 107.08 0.43 0.7
Hex A1 D4 93 18 0 1F 11 6B 2B 46
Octal 241 324 223 30 0 37 21 153 53 106
Binary 10100001 11010100 10010011 11000 0 11111 10001 1101011 101011 1000110

Color Harmonies of #A1D493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D493

Black with #A1D493

Text Example


Text Example

White with #A1D493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D493; }

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

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

background-color css

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

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

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

border-color css

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

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

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