Html Css Color HEX #A8F886 Granny Smith Apple

📋 copy color: '#A8F886'

red 168 ◦ green 248 ◦ blue 134

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

Shades of Granny Smith Apple #A8F886

Tints of Granny Smith Apple #A8F886

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.09%

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 30.55%
G = 45.09%
B = 24.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#A8F886 (or 0xA8F886) is known color: Granny Smith Apple. HEX triplet: A8, F8 and 86. RGB value is (168,248,134). Sum of RGB (Red+Green+Blue) = 168+248+134=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F886 is #570779. Grayscale: #D3D3D3. Windows color (decimal): -5703546 or 8845480. OLE color: 8845480.

HSL color Cylindrical-coordinate representation of color #A8F886: hue angle of 102.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F886 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 134 -
CMYK 0.32 0 0.46 0.03
HSL 102.11º 0.89% 0.75% -
HSV(B) 102.11º 0.46% 0.97% -
XYZ 54.02 77.18 34.6 -
YUV 211.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 168 248 134 0.32 0 0.46 0.03 102.11 0.89 0.75
Hex A8 F8 86 20 0 2E 3 66 59 4B
Octal 250 370 206 40 0 56 3 146 131 113
Binary 10101000 11111000 10000110 100000 0 101110 11 1100110 1011001 1001011

Color Harmonies of #A8F886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F886

Black with #A8F886

Text Example


Text Example

White with #A8F886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F886; }

 p { color: rgb(168,248,134); }

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

background-color css

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

 a { background-color: rgb(168,248,134); }

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

border-color css

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

 span { border-color: rgb(168,248,134); }

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