Html Css Color HEX #A8D473 Feijoa

📋 copy color: '#A8D473'

red 168 ◦ green 212 ◦ blue 115

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

Shades of Feijoa #A8D473

Tints of Feijoa #A8D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

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

R = 33.94%
G = 42.83%
B = 23.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#A8D473 (or 0xA8D473) is known color: Feijoa. HEX triplet: A8, D4 and 73. RGB value is (168,212,115). Sum of RGB (Red+Green+Blue) = 168+212+115=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D473 is #572B8C. Grayscale: #BCBCBC. Windows color (decimal): -5712781 or 7591080. OLE color: 7591080.

HSL color Cylindrical-coordinate representation of color #A8D473: hue angle of 87.22º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D473 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 115 -
CMYK 0.21 0 0.46 0.17
HSL 87.22º 0.53% 0.64% -
HSV(B) 87.22º 0.46% 0.83% -
XYZ 42.79 56.65 24.9 -
YUV 187.79 86.92 113.89 -
System Red Green Blue C M Y K H S L
Decimal 168 212 115 0.21 0 0.46 0.17 87.22 0.53 0.64
Hex A8 D4 73 15 0 2E 11 57 35 40
Octal 250 324 163 25 0 56 21 127 65 100
Binary 10101000 11010100 1110011 10101 0 101110 10001 1010111 110101 1000000

Color Harmonies of #A8D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D473

Black with #A8D473

Text Example


Text Example

White with #A8D473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D473; }

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

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

background-color css

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

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

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

border-color css

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

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

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