Html Css Color HEX #ACDD6E Feijoa

📋 copy color: '#ACDD6E'

red 172 ◦ green 221 ◦ blue 110

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

Shades of Feijoa #ACDD6E

Tints of Feijoa #ACDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 34.19%
G = 43.94%
B = 21.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#ACDD6E (or 0xACDD6E) is known color: Feijoa. HEX triplet: AC, DD and 6E. RGB value is (172,221,110). Sum of RGB (Red+Green+Blue) = 172+221+110=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD6E is #532291. Grayscale: #C2C2C2. Windows color (decimal): -5448338 or 7265708. OLE color: 7265708.

HSL color Cylindrical-coordinate representation of color #ACDD6E: hue angle of 86.49º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDD6E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 110 -
CMYK 0.22 0 0.50 0.13
HSL 86.49º 0.62% 0.65% -
HSV(B) 86.49º 0.5% 0.87% -
XYZ 45.68 61.61 24.24 -
YUV 193.7 80.77 112.53 -
System Red Green Blue C M Y K H S L
Decimal 172 221 110 0.22 0 0.50 0.13 86.49 0.62 0.65
Hex AC DD 6E 16 0 32 D 56 3E 41
Octal 254 335 156 26 0 62 15 126 76 101
Binary 10101100 11011101 1101110 10110 0 110010 1101 1010110 111110 1000001

Color Harmonies of #ACDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD6E

Black with #ACDD6E

Text Example


Text Example

White with #ACDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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