Html Css Color HEX #A8DC6E Feijoa

📋 copy color: '#A8DC6E'

red 168 ◦ green 220 ◦ blue 110

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

Shades of Feijoa #A8DC6E

Tints of Feijoa #A8DC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 33.73%
G = 44.18%
B = 22.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A8DC6E (or 0xA8DC6E) is known color: Feijoa. HEX triplet: A8, DC and 6E. RGB value is (168,220,110). Sum of RGB (Red+Green+Blue) = 168+220+110=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC6E is #572391. Grayscale: #C0C0C0. Windows color (decimal): -5710738 or 7265448. OLE color: 7265448.

HSL color Cylindrical-coordinate representation of color #A8DC6E: hue angle of 88.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8DC6E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 110 -
CMYK 0.24 0 0.50 0.14
HSL 88.36º 0.61% 0.65% -
HSV(B) 88.36º 0.5% 0.86% -
XYZ 44.56 60.64 24.11 -
YUV 191.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 168 220 110 0.24 0 0.50 0.14 88.36 0.61 0.65
Hex A8 DC 6E 18 0 32 E 58 3D 41
Octal 250 334 156 30 0 62 16 130 75 101
Binary 10101000 11011100 1101110 11000 0 110010 1110 1011000 111101 1000001

Color Harmonies of #A8DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC6E

Black with #A8DC6E

Text Example


Text Example

White with #A8DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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