Html Css Color HEX #ACDD82 Feijoa

📋 copy color: '#ACDD82'

red 172 ◦ green 221 ◦ blue 130

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

Shades of Feijoa #ACDD82

Tints of Feijoa #ACDD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 32.89%
G = 42.26%
B = 24.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#ACDD82 (or 0xACDD82) is known color: Feijoa. HEX triplet: AC, DD and 82. RGB value is (172,221,130). Sum of RGB (Red+Green+Blue) = 172+221+130=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD82 is #53227D. Grayscale: #C4C4C4. Windows color (decimal): -5448318 or 8576428. OLE color: 8576428.

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

Color convert

RGB 172 221 130 -
CMYK 0.22 0 0.41 0.13
HSL 92.31º 0.57% 0.69% -
HSV(B) 92.31º 0.41% 0.87% -
XYZ 46.9 62.1 30.63 -
YUV 195.98 90.77 110.9 -
System Red Green Blue C M Y K H S L
Decimal 172 221 130 0.22 0 0.41 0.13 92.31 0.57 0.69
Hex AC DD 82 16 0 29 D 5C 39 45
Octal 254 335 202 26 0 51 15 134 71 105
Binary 10101100 11011101 10000010 10110 0 101001 1101 1011100 111001 1000101

Color Harmonies of #ACDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD82

Black with #ACDD82

Text Example


Text Example

White with #ACDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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