Html Css Color HEX #A8DA84 Feijoa

📋 copy color: '#A8DA84'

red 168 ◦ green 218 ◦ blue 132

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

Shades of Feijoa #A8DA84

Tints of Feijoa #A8DA84

RGB

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

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

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

R = 32.43%
G = 42.08%
B = 25.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#A8DA84 (or 0xA8DA84) is known color: Feijoa. HEX triplet: A8, DA and 84. RGB value is (168,218,132). Sum of RGB (Red+Green+Blue) = 168+218+132=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA84 is #57257B. Grayscale: #C1C1C1. Windows color (decimal): -5711228 or 8706728. OLE color: 8706728.

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

Color convert

RGB 168 218 132 -
CMYK 0.23 0 0.39 0.15
HSL 94.88º 0.54% 0.69% -
HSV(B) 94.88º 0.39% 0.85% -
XYZ 45.38 60.13 31.04 -
YUV 193.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 168 218 132 0.23 0 0.39 0.15 94.88 0.54 0.69
Hex A8 DA 84 17 0 27 F 5F 36 45
Octal 250 332 204 27 0 47 17 137 66 105
Binary 10101000 11011010 10000100 10111 0 100111 1111 1011111 110110 1000101

Color Harmonies of #A8DA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA84

Black with #A8DA84

Text Example


Text Example

White with #A8DA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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