Html Css Color HEX #ACDD71 Feijoa

📋 copy color: '#ACDD71'

red 172 ◦ green 221 ◦ blue 113

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

Shades of Feijoa #ACDD71

Tints of Feijoa #ACDD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 33.99%
G = 43.68%
B = 22.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#ACDD71 (or 0xACDD71) is known color: Feijoa. HEX triplet: AC, DD and 71. RGB value is (172,221,113). Sum of RGB (Red+Green+Blue) = 172+221+113=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD71 is #53228E. Grayscale: #C2C2C2. Windows color (decimal): -5448335 or 7462316. OLE color: 7462316.

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

Color convert

RGB 172 221 113 -
CMYK 0.22 0 0.49 0.13
HSL 87.22º 0.61% 0.65% -
HSV(B) 87.22º 0.49% 0.87% -
XYZ 45.85 61.68 25.11 -
YUV 194.04 82.27 112.28 -
System Red Green Blue C M Y K H S L
Decimal 172 221 113 0.22 0 0.49 0.13 87.22 0.61 0.65
Hex AC DD 71 16 0 31 D 57 3D 41
Octal 254 335 161 26 0 61 15 127 75 101
Binary 10101100 11011101 1110001 10110 0 110001 1101 1010111 111101 1000001

Color Harmonies of #ACDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD71

Black with #ACDD71

Text Example


Text Example

White with #ACDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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