Html Css Color HEX #ACDD8E Feijoa

📋 copy color: '#ACDD8E'

red 172 ◦ green 221 ◦ blue 142

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

Shades of Feijoa #ACDD8E

Tints of Feijoa #ACDD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 32.15%
G = 41.31%
B = 26.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#ACDD8E (or 0xACDD8E) is known color: Feijoa. HEX triplet: AC, DD and 8E. RGB value is (172,221,142). Sum of RGB (Red+Green+Blue) = 172+221+142=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD8E is #532271. Grayscale: #C5C5C5. Windows color (decimal): -5448306 or 9362860. OLE color: 9362860.

HSL color Cylindrical-coordinate representation of color #ACDD8E: hue angle of 97.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACDD8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 142 -
CMYK 0.22 0 0.36 0.13
HSL 97.22º 0.54% 0.71% -
HSV(B) 97.22º 0.36% 0.87% -
XYZ 47.75 62.44 35.13 -
YUV 197.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 172 221 142 0.22 0 0.36 0.13 97.22 0.54 0.71
Hex AC DD 8E 16 0 24 D 61 36 47
Octal 254 335 216 26 0 44 15 141 66 107
Binary 10101100 11011101 10001110 10110 0 100100 1101 1100001 110110 1000111

Color Harmonies of #ACDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD8E

Black with #ACDD8E

Text Example


Text Example

White with #ACDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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