Html Css Color HEX #A8D571 Feijoa

📋 copy color: '#A8D571'

red 168 ◦ green 213 ◦ blue 113

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

Shades of Feijoa #A8D571

Tints of Feijoa #A8D571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 113 (44.53% from 255) = 22.87%

R = 34.01%
G = 43.12%
B = 22.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A8D571 (or 0xA8D571) is known color: Feijoa. HEX triplet: A8, D5 and 71. RGB value is (168,213,113). Sum of RGB (Red+Green+Blue) = 168+213+113=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D571 is #572A8E. Grayscale: #BCBCBC. Windows color (decimal): -5712527 or 7460264. OLE color: 7460264.

HSL color Cylindrical-coordinate representation of color #A8D571: hue angle of 87º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D571 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 113 -
CMYK 0.21 0 0.47 0.16
HSL 87º 0.54% 0.64% -
HSV(B) 87º 0.47% 0.84% -
XYZ 42.92 57.11 24.38 -
YUV 188.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 168 213 113 0.21 0 0.47 0.16 87 0.54 0.64
Hex A8 D5 71 15 0 2F 10 57 36 40
Octal 250 325 161 25 0 57 20 127 66 100
Binary 10101000 11010101 1110001 10101 0 101111 10000 1010111 110110 1000000

Color Harmonies of #A8D571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D571

Black with #A8D571

Text Example


Text Example

White with #A8D571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D571; }

 p { color: rgb(168,213,113); }

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

background-color css

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

 a { background-color: rgb(168,213,113); }

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

border-color css

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

 span { border-color: rgb(168,213,113); }

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