Html Css Color HEX #ACDD88 Feijoa

📋 copy color: '#ACDD88'

red 172 ◦ green 221 ◦ blue 136

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

Shades of Feijoa #ACDD88

Tints of Feijoa #ACDD88

RGB

 RED value IS 172 (67.58% from 255) = 32.51%

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

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

R = 32.51%
G = 41.78%
B = 25.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#ACDD88 (or 0xACDD88) is known color: Feijoa. HEX triplet: AC, DD and 88. RGB value is (172,221,136). Sum of RGB (Red+Green+Blue) = 172+221+136=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD88 is #532277. Grayscale: #C4C4C4. Windows color (decimal): -5448312 or 8969644. OLE color: 8969644.

HSL color Cylindrical-coordinate representation of color #ACDD88: hue angle of 94.59º 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 #ACDD88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 136 -
CMYK 0.22 0 0.38 0.13
HSL 94.59º 0.56% 0.7% -
HSV(B) 94.59º 0.38% 0.87% -
XYZ 47.31 62.26 32.82 -
YUV 196.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 172 221 136 0.22 0 0.38 0.13 94.59 0.56 0.7
Hex AC DD 88 16 0 26 D 5F 38 46
Octal 254 335 210 26 0 46 15 137 70 106
Binary 10101100 11011101 10001000 10110 0 100110 1101 1011111 111000 1000110

Color Harmonies of #ACDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD88

Black with #ACDD88

Text Example


Text Example

White with #ACDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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