Html Css Color HEX #A8DD84 Feijoa

📋 copy color: '#A8DD84'

red 168 ◦ green 221 ◦ blue 132

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

Shades of Feijoa #A8DD84

Tints of Feijoa #A8DD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 32.25%
G = 42.42%
B = 25.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#A8DD84 (or 0xA8DD84) is known color: Feijoa. HEX triplet: A8, DD and 84. RGB value is (168,221,132). Sum of RGB (Red+Green+Blue) = 168+221+132=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD84 is #57227B. Grayscale: #C3C3C3. Windows color (decimal): -5710460 or 8707496. OLE color: 8707496.

HSL color Cylindrical-coordinate representation of color #A8DD84: hue angle of 95.73º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8DD84 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 132 -
CMYK 0.24 0 0.40 0.13
HSL 95.73º 0.57% 0.69% -
HSV(B) 95.73º 0.4% 0.87% -
XYZ 46.17 61.7 31.31 -
YUV 195.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 168 221 132 0.24 0 0.40 0.13 95.73 0.57 0.69
Hex A8 DD 84 18 0 28 D 60 39 45
Octal 250 335 204 30 0 50 15 140 71 105
Binary 10101000 11011101 10000100 11000 0 101000 1101 1100000 111001 1000101

Color Harmonies of #A8DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD84

Black with #A8DD84

Text Example


Text Example

White with #A8DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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