Html Css Color HEX #ACDD73 Feijoa

📋 copy color: '#ACDD73'

red 172 ◦ green 221 ◦ blue 115

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

Shades of Feijoa #ACDD73

Tints of Feijoa #ACDD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.64%

R = 33.86%
G = 43.5%
B = 22.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#ACDD73 (or 0xACDD73) is known color: Feijoa. HEX triplet: AC, DD and 73. RGB value is (172,221,115). Sum of RGB (Red+Green+Blue) = 172+221+115=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD73 is #53228C. Grayscale: #C2C2C2. Windows color (decimal): -5448333 or 7593388. OLE color: 7593388.

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

Color convert

RGB 172 221 115 -
CMYK 0.22 0 0.48 0.13
HSL 87.74º 0.61% 0.66% -
HSV(B) 87.74º 0.48% 0.87% -
XYZ 45.96 61.72 25.71 -
YUV 194.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 172 221 115 0.22 0 0.48 0.13 87.74 0.61 0.66
Hex AC DD 73 16 0 30 D 58 3D 42
Octal 254 335 163 26 0 60 15 130 75 102
Binary 10101100 11011101 1110011 10110 0 110000 1101 1011000 111101 1000010

Color Harmonies of #ACDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD73

Black with #ACDD73

Text Example


Text Example

White with #ACDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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