Html Css Color HEX #A1E094 Granny Smith Apple

📋 copy color: '#A1E094'

red 161 ◦ green 224 ◦ blue 148

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

Shades of Granny Smith Apple #A1E094

Tints of Granny Smith Apple #A1E094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.03%

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

R = 30.21%
G = 42.03%
B = 27.77%

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

#A1E094 (or 0xA1E094) is known color: Granny Smith Apple. HEX triplet: A1, E0 and 94. RGB value is (161,224,148). Sum of RGB (Red+Green+Blue) = 161+224+148=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E094 is #5E1F6B. Grayscale: #C4C4C4. Windows color (decimal): -6168428 or 9756833. OLE color: 9756833.

HSL color Cylindrical-coordinate representation of color #A1E094: hue angle of 109.74º degrees, saturation: 0.55, 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 #A1E094 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 148 -
CMYK 0.28 0 0.34 0.12
HSL 109.74º 0.55% 0.73% -
HSV(B) 109.74º 0.34% 0.88% -
XYZ 46.7 63.03 37.72 -
YUV 196.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 161 224 148 0.28 0 0.34 0.12 109.74 0.55 0.73
Hex A1 E0 94 1C 0 22 C 6E 37 49
Octal 241 340 224 34 0 42 14 156 67 111
Binary 10100001 11100000 10010100 11100 0 100010 1100 1101110 110111 1001001

Color Harmonies of #A1E094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E094

Black with #A1E094

Text Example


Text Example

White with #A1E094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E094; }

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

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

background-color css

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

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

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

border-color css

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

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

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