Html Css Color HEX #A8E1A0 Granny Smith Apple

📋 copy color: '#A8E1A0'

red 168 ◦ green 225 ◦ blue 160

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

Shades of Granny Smith Apple #A8E1A0

Tints of Granny Smith Apple #A8E1A0

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

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

 BLUE value IS 160 (62.89% from 255) = 28.93%

R = 30.38%
G = 40.69%
B = 28.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#A8E1A0 (or 0xA8E1A0) is known color: Granny Smith Apple. HEX triplet: A8, E1 and A0. RGB value is (168,225,160). Sum of RGB (Red+Green+Blue) = 168+225+160=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1A0 is #571E5F. Grayscale: #C8C8C8. Windows color (decimal): -5709408 or 10543528. OLE color: 10543528.

HSL color Cylindrical-coordinate representation of color #A8E1A0: hue angle of 112.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E1A0 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 160 -
CMYK 0.25 0 0.29 0.12
HSL 112.62º 0.52% 0.75% -
HSV(B) 112.62º 0.29% 0.88% -
XYZ 49.42 64.71 43.14 -
YUV 200.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 168 225 160 0.25 0 0.29 0.12 112.62 0.52 0.75
Hex A8 E1 A0 19 0 1D C 71 34 4B
Octal 250 341 240 31 0 35 14 161 64 113
Binary 10101000 11100001 10100000 11001 0 11101 1100 1110001 110100 1001011

Color Harmonies of #A8E1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1A0

Black with #A8E1A0

Text Example


Text Example

White with #A8E1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1A0; }

 p { color: rgb(168,225,160); }

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

background-color css

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

 a { background-color: rgb(168,225,160); }

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

border-color css

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

 span { border-color: rgb(168,225,160); }

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