Html Css Color HEX #A8F495 Granny Smith Apple

📋 copy color: '#A8F495'

red 168 ◦ green 244 ◦ blue 149

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

Shades of Granny Smith Apple #A8F495

Tints of Granny Smith Apple #A8F495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.49%

 BLUE value IS 149 (58.59% from 255) = 26.56%

R = 29.95%
G = 43.49%
B = 26.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#A8F495 (or 0xA8F495) is known color: Granny Smith Apple. HEX triplet: A8, F4 and 95. RGB value is (168,244,149). Sum of RGB (Red+Green+Blue) = 168+244+149=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F495 is #570B6A. Grayscale: #D2D2D2. Windows color (decimal): -5704555 or 9827496. OLE color: 9827496.

HSL color Cylindrical-coordinate representation of color #A8F495: hue angle of 108º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8F495 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 149 -
CMYK 0.31 0 0.39 0.04
HSL 108º 0.81% 0.77% -
HSV(B) 108º 0.39% 0.96% -
XYZ 53.92 75.2 40.11 -
YUV 210.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 168 244 149 0.31 0 0.39 0.04 108 0.81 0.77
Hex A8 F4 95 1F 0 27 4 6C 51 4D
Octal 250 364 225 37 0 47 4 154 121 115
Binary 10101000 11110100 10010101 11111 0 100111 100 1101100 1010001 1001101

Color Harmonies of #A8F495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F495

Black with #A8F495

Text Example


Text Example

White with #A8F495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F495; }

 p { color: rgb(168,244,149); }

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

background-color css

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

 a { background-color: rgb(168,244,149); }

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

border-color css

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

 span { border-color: rgb(168,244,149); }

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