Html Css Color HEX #A8F473 Feijoa

📋 copy color: '#A8F473'

red 168 ◦ green 244 ◦ blue 115

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

Shades of Feijoa #A8F473

Tints of Feijoa #A8F473

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.3%

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

R = 31.88%
G = 46.3%
B = 21.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#A8F473 (or 0xA8F473) is known color: Feijoa. HEX triplet: A8, F4 and 73. RGB value is (168,244,115). Sum of RGB (Red+Green+Blue) = 168+244+115=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F473 is #570B8C. Grayscale: #CFCFCF. Windows color (decimal): -5704589 or 7599272. OLE color: 7599272.

HSL color Cylindrical-coordinate representation of color #A8F473: hue angle of 95.35º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8F473 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 115 -
CMYK 0.31 0 0.53 0.04
HSL 95.35º 0.85% 0.7% -
HSV(B) 95.35º 0.53% 0.96% -
XYZ 51.59 74.26 27.83 -
YUV 206.57 76.32 100.49 -
System Red Green Blue C M Y K H S L
Decimal 168 244 115 0.31 0 0.53 0.04 95.35 0.85 0.7
Hex A8 F4 73 1F 0 35 4 5F 55 46
Octal 250 364 163 37 0 65 4 137 125 106
Binary 10101000 11110100 1110011 11111 0 110101 100 1011111 1010101 1000110

Color Harmonies of #A8F473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F473

Black with #A8F473

Text Example


Text Example

White with #A8F473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F473; }

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

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

background-color css

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

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

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

border-color css

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

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

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