Html Css Color HEX #ACDD85 Feijoa

📋 copy color: '#ACDD85'

red 172 ◦ green 221 ◦ blue 133

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

Shades of Feijoa #ACDD85

Tints of Feijoa #ACDD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 32.7%
G = 42.02%
B = 25.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#ACDD85 (or 0xACDD85) is known color: Feijoa. HEX triplet: AC, DD and 85. RGB value is (172,221,133). Sum of RGB (Red+Green+Blue) = 172+221+133=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD85 is #53227A. Grayscale: #C4C4C4. Windows color (decimal): -5448315 or 8773036. OLE color: 8773036.

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

Color convert

RGB 172 221 133 -
CMYK 0.22 0 0.40 0.13
HSL 93.41º 0.56% 0.69% -
HSV(B) 93.41º 0.4% 0.87% -
XYZ 47.1 62.18 31.71 -
YUV 196.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 172 221 133 0.22 0 0.40 0.13 93.41 0.56 0.69
Hex AC DD 85 16 0 28 D 5D 38 45
Octal 254 335 205 26 0 50 15 135 70 105
Binary 10101100 11011101 10000101 10110 0 101000 1101 1011101 111000 1000101

Color Harmonies of #ACDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD85

Black with #ACDD85

Text Example


Text Example

White with #ACDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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