Html Css Color HEX #A8DA6E Feijoa

📋 copy color: '#A8DA6E'

red 168 ◦ green 218 ◦ blue 110

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

Shades of Feijoa #A8DA6E

Tints of Feijoa #A8DA6E

RGB

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

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

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

R = 33.87%
G = 43.95%
B = 22.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A8DA6E (or 0xA8DA6E) is known color: Feijoa. HEX triplet: A8, DA and 6E. RGB value is (168,218,110). Sum of RGB (Red+Green+Blue) = 168+218+110=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA6E is #572591. Grayscale: #BFBFBF. Windows color (decimal): -5711250 or 7264936. OLE color: 7264936.

HSL color Cylindrical-coordinate representation of color #A8DA6E: hue angle of 87.78º degrees, saturation: 0.59, 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 #A8DA6E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 110 -
CMYK 0.23 0 0.50 0.15
HSL 87.78º 0.59% 0.64% -
HSV(B) 87.78º 0.5% 0.85% -
XYZ 44.03 59.59 23.93 -
YUV 190.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 168 218 110 0.23 0 0.50 0.15 87.78 0.59 0.64
Hex A8 DA 6E 17 0 32 F 58 3B 40
Octal 250 332 156 27 0 62 17 130 73 100
Binary 10101000 11011010 1101110 10111 0 110010 1111 1011000 111011 1000000

Color Harmonies of #A8DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA6E

Black with #A8DA6E

Text Example


Text Example

White with #A8DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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