Html Css Color HEX #A8DD81 Feijoa

📋 copy color: '#A8DD81'

red 168 ◦ green 221 ◦ blue 129

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

Shades of Feijoa #A8DD81

Tints of Feijoa #A8DD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 32.43%
G = 42.66%
B = 24.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A8DD81 (or 0xA8DD81) is known color: Feijoa. HEX triplet: A8, DD and 81. RGB value is (168,221,129). Sum of RGB (Red+Green+Blue) = 168+221+129=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD81 is #57227E. Grayscale: #C2C2C2. Windows color (decimal): -5710463 or 8510888. OLE color: 8510888.

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

Color convert

RGB 168 221 129 -
CMYK 0.24 0 0.42 0.13
HSL 94.57º 0.58% 0.69% -
HSV(B) 94.57º 0.42% 0.87% -
XYZ 45.97 61.62 30.24 -
YUV 194.67 90.94 108.98 -
System Red Green Blue C M Y K H S L
Decimal 168 221 129 0.24 0 0.42 0.13 94.57 0.58 0.69
Hex A8 DD 81 18 0 2A D 5F 3A 45
Octal 250 335 201 30 0 52 15 137 72 105
Binary 10101000 11011101 10000001 11000 0 101010 1101 1011111 111010 1000101

Color Harmonies of #A8DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD81

Black with #A8DD81

Text Example


Text Example

White with #A8DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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