Html Css Color HEX #ACDD75 Feijoa

📋 copy color: '#ACDD75'

red 172 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #ACDD75

Tints of Feijoa #ACDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.94%

R = 33.73%
G = 43.33%
B = 22.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#ACDD75 (or 0xACDD75) is known color: Feijoa. HEX triplet: AC, DD and 75. RGB value is (172,221,117). Sum of RGB (Red+Green+Blue) = 172+221+117=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD75 is #53228A. Grayscale: #C2C2C2. Windows color (decimal): -5448331 or 7724460. OLE color: 7724460.

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

Color convert

RGB 172 221 117 -
CMYK 0.22 0 0.47 0.13
HSL 88.27º 0.6% 0.66% -
HSV(B) 88.27º 0.47% 0.87% -
XYZ 46.08 61.77 26.32 -
YUV 194.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 172 221 117 0.22 0 0.47 0.13 88.27 0.6 0.66
Hex AC DD 75 16 0 2F D 58 3C 42
Octal 254 335 165 26 0 57 15 130 74 102
Binary 10101100 11011101 1110101 10110 0 101111 1101 1011000 111100 1000010

Color Harmonies of #ACDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD75

Black with #ACDD75

Text Example


Text Example

White with #ACDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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