Html Css Color HEX #A8F77D Feijoa

📋 copy color: '#A8F77D'

red 168 ◦ green 247 ◦ blue 125

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

Shades of Feijoa #A8F77D

Tints of Feijoa #A8F77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 31.11%
G = 45.74%
B = 23.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#A8F77D (or 0xA8F77D) is known color: Feijoa. HEX triplet: A8, F7 and 7D. RGB value is (168,247,125). Sum of RGB (Red+Green+Blue) = 168+247+125=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F77D is #570882. Grayscale: #D1D1D1. Windows color (decimal): -5703811 or 8255400. OLE color: 8255400.

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

Color convert

RGB 168 247 125 -
CMYK 0.32 0 0.49 0.03
HSL 98.85º 0.88% 0.73% -
HSV(B) 98.85º 0.49% 0.97% -
XYZ 53.11 76.33 31.34 -
YUV 209.47 80.33 98.42 -
System Red Green Blue C M Y K H S L
Decimal 168 247 125 0.32 0 0.49 0.03 98.85 0.88 0.73
Hex A8 F7 7D 20 0 31 3 63 58 49
Octal 250 367 175 40 0 61 3 143 130 111
Binary 10101000 11110111 1111101 100000 0 110001 11 1100011 1011000 1001001

Color Harmonies of #A8F77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F77D

Black with #A8F77D

Text Example


Text Example

White with #A8F77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F77D; }

 p { color: rgb(168,247,125); }

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

background-color css

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

 a { background-color: rgb(168,247,125); }

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

border-color css

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

 span { border-color: rgb(168,247,125); }

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