Html Css Color HEX #A8DC7A Feijoa

📋 copy color: '#A8DC7A'

red 168 ◦ green 220 ◦ blue 122

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

Shades of Feijoa #A8DC7A

Tints of Feijoa #A8DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 32.94%
G = 43.14%
B = 23.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#A8DC7A (or 0xA8DC7A) is known color: Feijoa. HEX triplet: A8, DC and 7A. RGB value is (168,220,122). Sum of RGB (Red+Green+Blue) = 168+220+122=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC7A is #572385. Grayscale: #C1C1C1. Windows color (decimal): -5710726 or 8051880. OLE color: 8051880.

HSL color Cylindrical-coordinate representation of color #A8DC7A: hue angle of 91.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8DC7A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 122 -
CMYK 0.24 0 0.45 0.14
HSL 91.84º 0.58% 0.67% -
HSV(B) 91.84º 0.45% 0.86% -
XYZ 45.25 60.92 27.79 -
YUV 193.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 168 220 122 0.24 0 0.45 0.14 91.84 0.58 0.67
Hex A8 DC 7A 18 0 2D E 5C 3A 43
Octal 250 334 172 30 0 55 16 134 72 103
Binary 10101000 11011100 1111010 11000 0 101101 1110 1011100 111010 1000011

Color Harmonies of #A8DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC7A

Black with #A8DC7A

Text Example


Text Example

White with #A8DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC7A; }

 p { color: rgb(168,220,122); }

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

background-color css

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

 a { background-color: rgb(168,220,122); }

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

border-color css

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

 span { border-color: rgb(168,220,122); }

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