Html Css Color HEX #A8DA6D Feijoa

📋 copy color: '#A8DA6D'

red 168 ◦ green 218 ◦ blue 109

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

Shades of Feijoa #A8DA6D

Tints of Feijoa #A8DA6D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 33.94%
G = 44.04%
B = 22.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#A8DA6D (or 0xA8DA6D) is known color: Feijoa. HEX triplet: A8, DA and 6D. RGB value is (168,218,109). Sum of RGB (Red+Green+Blue) = 168+218+109=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA6D is #572592. Grayscale: #BFBFBF. Windows color (decimal): -5711251 or 7199400. OLE color: 7199400.

HSL color Cylindrical-coordinate representation of color #A8DA6D: hue angle of 87.52º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8DA6D is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 109 -
CMYK 0.23 0 0.5 0.15
HSL 87.52º 0.6% 0.64% -
HSV(B) 87.52º 0.5% 0.85% -
XYZ 43.98 59.57 23.65 -
YUV 190.62 81.94 111.86 -
System Red Green Blue C M Y K H S L
Decimal 168 218 109 0.23 0 0.5 0.15 87.52 0.6 0.64
Hex A8 DA 6D 17 0 32 F 58 3C 40
Octal 250 332 155 27 0 62 17 130 74 100
Binary 10101000 11011010 1101101 10111 0 110010 1111 1011000 111100 1000000

Color Harmonies of #A8DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA6D

Black with #A8DA6D

Text Example


Text Example

White with #A8DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA6D; }

 p { color: rgb(168,218,109); }

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

background-color css

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

 a { background-color: rgb(168,218,109); }

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

border-color css

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

 span { border-color: rgb(168,218,109); }

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