Html Css Color HEX #A8F097 Granny Smith Apple

📋 copy color: '#A8F097'

red 168 ◦ green 240 ◦ blue 151

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

Shades of Granny Smith Apple #A8F097

Tints of Granny Smith Apple #A8F097

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

 BLUE value IS 151 (59.38% from 255) = 27.01%

R = 30.05%
G = 42.93%
B = 27.01%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#A8F097 (or 0xA8F097) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 97. RGB value is (168,240,151). Sum of RGB (Red+Green+Blue) = 168+240+151=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F097 is #570F68. Grayscale: #D0D0D0. Windows color (decimal): -5705577 or 9957544. OLE color: 9957544.

HSL color Cylindrical-coordinate representation of color #A8F097: hue angle of 108.54º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8F097 is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 151 -
CMYK 0.3 0 0.37 0.06
HSL 108.54º 0.75% 0.77% -
HSV(B) 108.54º 0.37% 0.94% -
XYZ 52.89 72.88 40.56 -
YUV 208.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 168 240 151 0.3 0 0.37 0.06 108.54 0.75 0.77
Hex A8 F0 97 1E 0 25 6 6D 4B 4D
Octal 250 360 227 36 0 45 6 155 113 115
Binary 10101000 11110000 10010111 11110 0 100101 110 1101101 1001011 1001101

Color Harmonies of #A8F097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F097

Black with #A8F097

Text Example


Text Example

White with #A8F097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F097; }

 p { color: rgb(168,240,151); }

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

background-color css

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

 a { background-color: rgb(168,240,151); }

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

border-color css

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

 span { border-color: rgb(168,240,151); }

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