Html Css Color HEX #A1D194 Granny Smith Apple

📋 copy color: '#A1D194'

red 161 ◦ green 209 ◦ blue 148

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

Shades of Granny Smith Apple #A1D194

Tints of Granny Smith Apple #A1D194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 31.08%
G = 40.35%
B = 28.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#A1D194 (or 0xA1D194) is known color: Granny Smith Apple. HEX triplet: A1, D1 and 94. RGB value is (161,209,148). Sum of RGB (Red+Green+Blue) = 161+209+148=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D194 is #5E2E6B. Grayscale: #BBBBBB. Windows color (decimal): -6172268 or 9752993. OLE color: 9752993.

HSL color Cylindrical-coordinate representation of color #A1D194: hue angle of 107.21º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D194 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 148 -
CMYK 0.23 0 0.29 0.18
HSL 107.21º 0.4% 0.7% -
HSV(B) 107.21º 0.29% 0.82% -
XYZ 42.84 55.32 36.44 -
YUV 187.69 105.6 108.96 -
System Red Green Blue C M Y K H S L
Decimal 161 209 148 0.23 0 0.29 0.18 107.21 0.4 0.7
Hex A1 D1 94 17 0 1D 12 6B 28 46
Octal 241 321 224 27 0 35 22 153 50 106
Binary 10100001 11010001 10010100 10111 0 11101 10010 1101011 101000 1000110

Color Harmonies of #A1D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D194

Black with #A1D194

Text Example


Text Example

White with #A1D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D194; }

 p { color: rgb(161,209,148); }

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

background-color css

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

 a { background-color: rgb(161,209,148); }

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

border-color css

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

 span { border-color: rgb(161,209,148); }

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