Html Css Color HEX #A8FC73 Feijoa

📋 copy color: '#A8FC73'

red 168 ◦ green 252 ◦ blue 115

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

Shades of Feijoa #A8FC73

Tints of Feijoa #A8FC73

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.1%

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

R = 31.4%
G = 47.1%
B = 21.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#A8FC73 (or 0xA8FC73) is known color: Feijoa. HEX triplet: A8, FC and 73. RGB value is (168,252,115). Sum of RGB (Red+Green+Blue) = 168+252+115=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC73 is #57038C. Grayscale: #D3D3D3. Windows color (decimal): -5702541 or 7601320. OLE color: 7601320.

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

Color convert

RGB 168 252 115 -
CMYK 0.33 0 0.54 0.01
HSL 96.79º 0.96% 0.72% -
HSV(B) 96.79º 0.54% 0.99% -
XYZ 54.05 79.18 28.65 -
YUV 211.27 73.67 97.14 -
System Red Green Blue C M Y K H S L
Decimal 168 252 115 0.33 0 0.54 0.01 96.79 0.96 0.72
Hex A8 FC 73 21 0 36 1 61 60 48
Octal 250 374 163 41 0 66 1 141 140 110
Binary 10101000 11111100 1110011 100001 0 110110 1 1100001 1100000 1001000

Color Harmonies of #A8FC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC73

Black with #A8FC73

Text Example


Text Example

White with #A8FC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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