Html Css Color HEX #A1EA94 Granny Smith Apple

📋 copy color: '#A1EA94'

red 161 ◦ green 234 ◦ blue 148

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

Shades of Granny Smith Apple #A1EA94

Tints of Granny Smith Apple #A1EA94

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.09%

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

R = 29.65%
G = 43.09%
B = 27.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#A1EA94 (or 0xA1EA94) is known color: Granny Smith Apple. HEX triplet: A1, EA and 94. RGB value is (161,234,148). Sum of RGB (Red+Green+Blue) = 161+234+148=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EA94 is #5E156B. Grayscale: #CACACA. Windows color (decimal): -6165868 or 9759393. OLE color: 9759393.

HSL color Cylindrical-coordinate representation of color #A1EA94: hue angle of 110.93º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EA94 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 234 148 -
CMYK 0.31 0 0.37 0.08
HSL 110.93º 0.67% 0.75% -
HSV(B) 110.93º 0.37% 0.92% -
XYZ 49.47 68.56 38.64 -
YUV 202.37 97.32 98.49 -
System Red Green Blue C M Y K H S L
Decimal 161 234 148 0.31 0 0.37 0.08 110.93 0.67 0.75
Hex A1 EA 94 1F 0 25 8 6F 43 4B
Octal 241 352 224 37 0 45 10 157 103 113
Binary 10100001 11101010 10010100 11111 0 100101 1000 1101111 1000011 1001011

Color Harmonies of #A1EA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EA94

Black with #A1EA94

Text Example


Text Example

White with #A1EA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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