Html Css Color HEX #A8F97A Feijoa

📋 copy color: '#A8F97A'

red 168 ◦ green 249 ◦ blue 122

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

Shades of Feijoa #A8F97A

Tints of Feijoa #A8F97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

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

R = 31.17%
G = 46.2%
B = 22.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#A8F97A (or 0xA8F97A) is known color: Feijoa. HEX triplet: A8, F9 and 7A. RGB value is (168,249,122). Sum of RGB (Red+Green+Blue) = 168+249+122=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F97A is #570685. Grayscale: #D2D2D2. Windows color (decimal): -5703302 or 8059304. OLE color: 8059304.

HSL color Cylindrical-coordinate representation of color #A8F97A: hue angle of 98.27º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F97A is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 122 -
CMYK 0.33 0 0.51 0.02
HSL 98.27º 0.91% 0.73% -
HSV(B) 98.27º 0.51% 0.98% -
XYZ 53.54 77.48 30.55 -
YUV 210.3 78.16 97.83 -
System Red Green Blue C M Y K H S L
Decimal 168 249 122 0.33 0 0.51 0.02 98.27 0.91 0.73
Hex A8 F9 7A 21 0 33 2 62 5B 49
Octal 250 371 172 41 0 63 2 142 133 111
Binary 10101000 11111001 1111010 100001 0 110011 10 1100010 1011011 1001001

Color Harmonies of #A8F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F97A

Black with #A8F97A

Text Example


Text Example

White with #A8F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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