Html Css Color HEX #A8D66F Feijoa

📋 copy color: '#A8D66F'

red 168 ◦ green 214 ◦ blue 111

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

Shades of Feijoa #A8D66F

Tints of Feijoa #A8D66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 34.08%
G = 43.41%
B = 22.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#A8D66F (or 0xA8D66F) is known color: Feijoa. HEX triplet: A8, D6 and 6F. RGB value is (168,214,111). Sum of RGB (Red+Green+Blue) = 168+214+111=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D66F is #572990. Grayscale: #BCBCBC. Windows color (decimal): -5712273 or 7329448. OLE color: 7329448.

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

Color convert

RGB 168 214 111 -
CMYK 0.21 0 0.48 0.16
HSL 86.8º 0.56% 0.64% -
HSV(B) 86.8º 0.48% 0.84% -
XYZ 43.06 57.57 23.88 -
YUV 188.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 168 214 111 0.21 0 0.48 0.16 86.8 0.56 0.64
Hex A8 D6 6F 15 0 30 10 57 38 40
Octal 250 326 157 25 0 60 20 127 70 100
Binary 10101000 11010110 1101111 10101 0 110000 10000 1010111 111000 1000000

Color Harmonies of #A8D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D66F

Black with #A8D66F

Text Example


Text Example

White with #A8D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D66F; }

 p { color: rgb(168,214,111); }

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

background-color css

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

 a { background-color: rgb(168,214,111); }

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

border-color css

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

 span { border-color: rgb(168,214,111); }

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