Html Css Color HEX #A8DD6F Feijoa

📋 copy color: '#A8DD6F'

red 168 ◦ green 221 ◦ blue 111

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

Shades of Feijoa #A8DD6F

Tints of Feijoa #A8DD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 33.6%
G = 44.2%
B = 22.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A8DD6F (or 0xA8DD6F) is known color: Feijoa. HEX triplet: A8, DD and 6F. RGB value is (168,221,111). Sum of RGB (Red+Green+Blue) = 168+221+111=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD6F is #572290. Grayscale: #C1C1C1. Windows color (decimal): -5710481 or 7331240. OLE color: 7331240.

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

Color convert

RGB 168 221 111 -
CMYK 0.24 0 0.50 0.13
HSL 88.91º 0.62% 0.65% -
HSV(B) 88.91º 0.5% 0.87% -
XYZ 44.87 61.19 24.48 -
YUV 192.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 168 221 111 0.24 0 0.50 0.13 88.91 0.62 0.65
Hex A8 DD 6F 18 0 32 D 59 3E 41
Octal 250 335 157 30 0 62 15 131 76 101
Binary 10101000 11011101 1101111 11000 0 110010 1101 1011001 111110 1000001

Color Harmonies of #A8DD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD6F

Black with #A8DD6F

Text Example


Text Example

White with #A8DD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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