Html Css Color HEX #A8F87A Feijoa

📋 copy color: '#A8F87A'

red 168 ◦ green 248 ◦ blue 122

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

Shades of Feijoa #A8F87A

Tints of Feijoa #A8F87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 31.23%
G = 46.1%
B = 22.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#A8F87A (or 0xA8F87A) is known color: Feijoa. HEX triplet: A8, F8 and 7A. RGB value is (168,248,122). Sum of RGB (Red+Green+Blue) = 168+248+122=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F87A is #570785. Grayscale: #D2D2D2. Windows color (decimal): -5703558 or 8059048. OLE color: 8059048.

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

Color convert

RGB 168 248 122 -
CMYK 0.32 0 0.51 0.03
HSL 98.1º 0.9% 0.73% -
HSV(B) 98.1º 0.51% 0.97% -
XYZ 53.23 76.86 30.44 -
YUV 209.72 78.5 98.25 -
System Red Green Blue C M Y K H S L
Decimal 168 248 122 0.32 0 0.51 0.03 98.1 0.9 0.73
Hex A8 F8 7A 20 0 33 3 62 5A 49
Octal 250 370 172 40 0 63 3 142 132 111
Binary 10101000 11111000 1111010 100000 0 110011 11 1100010 1011010 1001001

Color Harmonies of #A8F87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F87A

Black with #A8F87A

Text Example


Text Example

White with #A8F87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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