Html Css Color HEX #A8DD82 Feijoa

📋 copy color: '#A8DD82'

red 168 ◦ green 221 ◦ blue 130

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

Shades of Feijoa #A8DD82

Tints of Feijoa #A8DD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.05%

R = 32.37%
G = 42.58%
B = 25.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A8DD82 (or 0xA8DD82) is known color: Feijoa. HEX triplet: A8, DD and 82. RGB value is (168,221,130). Sum of RGB (Red+Green+Blue) = 168+221+130=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD82 is #57227D. Grayscale: #C3C3C3. Windows color (decimal): -5710462 or 8576424. OLE color: 8576424.

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

Color convert

RGB 168 221 130 -
CMYK 0.24 0 0.41 0.13
HSL 94.95º 0.57% 0.69% -
HSV(B) 94.95º 0.41% 0.87% -
XYZ 46.03 61.65 30.59 -
YUV 194.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 168 221 130 0.24 0 0.41 0.13 94.95 0.57 0.69
Hex A8 DD 82 18 0 29 D 5F 39 45
Octal 250 335 202 30 0 51 15 137 71 105
Binary 10101000 11011101 10000010 11000 0 101001 1101 1011111 111001 1000101

Color Harmonies of #A8DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD82

Black with #A8DD82

Text Example


Text Example

White with #A8DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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