Html Css Color HEX #A4DD88 Feijoa

📋 copy color: '#A4DD88'

red 164 ◦ green 221 ◦ blue 136

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

Shades of Feijoa #A4DD88

Tints of Feijoa #A4DD88

RGB

 RED value IS 164 (64.45% from 255) = 31.48%

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

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 31.48%
G = 42.42%
B = 26.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#A4DD88 (or 0xA4DD88) is known color: Feijoa. HEX triplet: A4, DD and 88. RGB value is (164,221,136). Sum of RGB (Red+Green+Blue) = 164+221+136=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD88 is #5B2277. Grayscale: #C2C2C2. Windows color (decimal): -5972600 or 8969636. OLE color: 8969636.

HSL color Cylindrical-coordinate representation of color #A4DD88: hue angle of 100.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4DD88 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 136 -
CMYK 0.26 0 0.38 0.13
HSL 100.24º 0.56% 0.7% -
HSV(B) 100.24º 0.38% 0.87% -
XYZ 45.61 61.38 32.74 -
YUV 194.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 164 221 136 0.26 0 0.38 0.13 100.24 0.56 0.7
Hex A4 DD 88 1A 0 26 D 64 38 46
Octal 244 335 210 32 0 46 15 144 70 106
Binary 10100100 11011101 10001000 11010 0 100110 1101 1100100 111000 1000110

Color Harmonies of #A4DD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DD88

Black with #A4DD88

Text Example


Text Example

White with #A4DD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DD88; }

 p { color: rgb(164,221,136); }

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

background-color css

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

 a { background-color: rgb(164,221,136); }

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

border-color css

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

 span { border-color: rgb(164,221,136); }

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