Html Css Color HEX #A1EB94 Granny Smith Apple

📋 copy color: '#A1EB94'

red 161 ◦ green 235 ◦ blue 148

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

Shades of Granny Smith Apple #A1EB94

Tints of Granny Smith Apple #A1EB94

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

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

R = 29.6%
G = 43.2%
B = 27.21%

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

#A1EB94 (or 0xA1EB94) is known color: Granny Smith Apple. HEX triplet: A1, EB and 94. RGB value is (161,235,148). Sum of RGB (Red+Green+Blue) = 161+235+148=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EB94 is #5E146B. Grayscale: #CBCBCB. Windows color (decimal): -6165612 or 9759649. OLE color: 9759649.

HSL color Cylindrical-coordinate representation of color #A1EB94: hue angle of 111.03º degrees, saturation: 0.69, 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 #A1EB94 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 148 -
CMYK 0.31 0 0.37 0.08
HSL 111.03º 0.69% 0.75% -
HSV(B) 111.03º 0.37% 0.92% -
XYZ 49.75 69.13 38.74 -
YUV 202.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 161 235 148 0.31 0 0.37 0.08 111.03 0.69 0.75
Hex A1 EB 94 1F 0 25 8 6F 45 4B
Octal 241 353 224 37 0 45 10 157 105 113
Binary 10100001 11101011 10010100 11111 0 100101 1000 1101111 1000101 1001011

Color Harmonies of #A1EB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB94

Black with #A1EB94

Text Example


Text Example

White with #A1EB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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