Html Css Color HEX #ACDD83 Feijoa

📋 copy color: '#ACDD83'

red 172 ◦ green 221 ◦ blue 131

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

Shades of Feijoa #ACDD83

Tints of Feijoa #ACDD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25%

R = 32.82%
G = 42.18%
B = 25%

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

#ACDD83 (or 0xACDD83) is known color: Feijoa. HEX triplet: AC, DD and 83. RGB value is (172,221,131). Sum of RGB (Red+Green+Blue) = 172+221+131=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD83 is #53227C. Grayscale: #C4C4C4. Windows color (decimal): -5448317 or 8641964. OLE color: 8641964.

HSL color Cylindrical-coordinate representation of color #ACDD83: hue angle of 92.67º 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 #ACDD83 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 131 -
CMYK 0.22 0 0.41 0.13
HSL 92.67º 0.57% 0.69% -
HSV(B) 92.67º 0.41% 0.87% -
XYZ 46.97 62.12 30.99 -
YUV 196.09 91.27 110.82 -
System Red Green Blue C M Y K H S L
Decimal 172 221 131 0.22 0 0.41 0.13 92.67 0.57 0.69
Hex AC DD 83 16 0 29 D 5D 39 45
Octal 254 335 203 26 0 51 15 135 71 105
Binary 10101100 11011101 10000011 10110 0 101001 1101 1011101 111001 1000101

Color Harmonies of #ACDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD83

Black with #ACDD83

Text Example


Text Example

White with #ACDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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