Html Css Color HEX #A8FD73 Feijoa

📋 copy color: '#A8FD73'

red 168 ◦ green 253 ◦ blue 115

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

Shades of Feijoa #A8FD73

Tints of Feijoa #A8FD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 31.34%
G = 47.2%
B = 21.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#A8FD73 (or 0xA8FD73) is known color: Feijoa. HEX triplet: A8, FD and 73. RGB value is (168,253,115). Sum of RGB (Red+Green+Blue) = 168+253+115=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD73 is #57028C. Grayscale: #D4D4D4. Windows color (decimal): -5702285 or 7601576. OLE color: 7601576.

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

Color convert

RGB 168 253 115 -
CMYK 0.34 0 0.55 0.01
HSL 96.96º 0.97% 0.72% -
HSV(B) 96.96º 0.55% 0.99% -
XYZ 54.37 79.81 28.76 -
YUV 211.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 168 253 115 0.34 0 0.55 0.01 96.96 0.97 0.72
Hex A8 FD 73 22 0 37 1 61 61 48
Octal 250 375 163 42 0 67 1 141 141 110
Binary 10101000 11111101 1110011 100010 0 110111 1 1100001 1100001 1001000

Color Harmonies of #A8FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD73

Black with #A8FD73

Text Example


Text Example

White with #A8FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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