Html Css Color HEX #A1EB8C Granny Smith Apple

📋 copy color: '#A1EB8C'

red 161 ◦ green 235 ◦ blue 140

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

Shades of Granny Smith Apple #A1EB8C

Tints of Granny Smith Apple #A1EB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 30.04%
G = 43.84%
B = 26.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#A1EB8C (or 0xA1EB8C) is known color: Granny Smith Apple. HEX triplet: A1, EB and 8C. RGB value is (161,235,140). Sum of RGB (Red+Green+Blue) = 161+235+140=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EB8C is #5E1473. Grayscale: #CACACA. Windows color (decimal): -6165620 or 9235361. OLE color: 9235361.

HSL color Cylindrical-coordinate representation of color #A1EB8C: hue angle of 106.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1EB8C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 140 -
CMYK 0.31 0 0.40 0.08
HSL 106.74º 0.7% 0.74% -
HSV(B) 106.74º 0.4% 0.92% -
XYZ 49.14 68.89 35.52 -
YUV 202.04 92.98 98.72 -
System Red Green Blue C M Y K H S L
Decimal 161 235 140 0.31 0 0.40 0.08 106.74 0.7 0.74
Hex A1 EB 8C 1F 0 28 8 6B 46 4A
Octal 241 353 214 37 0 50 10 153 106 112
Binary 10100001 11101011 10001100 11111 0 101000 1000 1101011 1000110 1001010

Color Harmonies of #A1EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB8C

Black with #A1EB8C

Text Example


Text Example

White with #A1EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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