Html Css Color HEX #A8FD77 Feijoa

📋 copy color: '#A8FD77'

red 168 ◦ green 253 ◦ blue 119

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

Shades of Feijoa #A8FD77

Tints of Feijoa #A8FD77

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.85%

 BLUE value IS 119 (46.88% from 255) = 22.04%

R = 31.11%
G = 46.85%
B = 22.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#A8FD77 (or 0xA8FD77) is known color: Feijoa. HEX triplet: A8, FD and 77. RGB value is (168,253,119). Sum of RGB (Red+Green+Blue) = 168+253+119=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD77 is #570288. Grayscale: #D4D4D4. Windows color (decimal): -5702281 or 7863720. OLE color: 7863720.

HSL color Cylindrical-coordinate representation of color #A8FD77: hue angle of 98.06º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8FD77 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 119 -
CMYK 0.34 0 0.53 0.01
HSL 98.06º 0.97% 0.73% -
HSV(B) 98.06º 0.53% 0.99% -
XYZ 54.6 79.91 30 -
YUV 212.31 75.34 96.4 -
System Red Green Blue C M Y K H S L
Decimal 168 253 119 0.34 0 0.53 0.01 98.06 0.97 0.73
Hex A8 FD 77 22 0 35 1 62 61 49
Octal 250 375 167 42 0 65 1 142 141 111
Binary 10101000 11111101 1110111 100010 0 110101 1 1100010 1100001 1001001

Color Harmonies of #A8FD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD77

Black with #A8FD77

Text Example


Text Example

White with #A8FD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD77; }

 p { color: rgb(168,253,119); }

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

background-color css

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

 a { background-color: rgb(168,253,119); }

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

border-color css

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

 span { border-color: rgb(168,253,119); }

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