Html Css Color HEX #A1E194 Granny Smith Apple

📋 copy color: '#A1E194'

red 161 ◦ green 225 ◦ blue 148

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

Shades of Granny Smith Apple #A1E194

Tints of Granny Smith Apple #A1E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

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

R = 30.15%
G = 42.13%
B = 27.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#A1E194 (or 0xA1E194) is known color: Granny Smith Apple. HEX triplet: A1, E1 and 94. RGB value is (161,225,148). Sum of RGB (Red+Green+Blue) = 161+225+148=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E194 is #5E1E6B. Grayscale: #C5C5C5. Windows color (decimal): -6168172 or 9757089. OLE color: 9757089.

HSL color Cylindrical-coordinate representation of color #A1E194: hue angle of 109.87º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E194 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 148 -
CMYK 0.28 0 0.34 0.12
HSL 109.87º 0.56% 0.73% -
HSV(B) 109.87º 0.34% 0.88% -
XYZ 46.97 63.57 37.81 -
YUV 197.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 161 225 148 0.28 0 0.34 0.12 109.87 0.56 0.73
Hex A1 E1 94 1C 0 22 C 6E 38 49
Octal 241 341 224 34 0 42 14 156 70 111
Binary 10100001 11100001 10010100 11100 0 100010 1100 1101110 111000 1001001

Color Harmonies of #A1E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E194

Black with #A1E194

Text Example


Text Example

White with #A1E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E194; }

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

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

background-color css

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

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

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

border-color css

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

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

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