Html Css Color HEX #ACDD95 Feijoa

📋 copy color: '#ACDD95'

red 172 ◦ green 221 ◦ blue 149

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

Shades of Feijoa #ACDD95

Tints of Feijoa #ACDD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 31.73%
G = 40.77%
B = 27.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#ACDD95 (or 0xACDD95) is known color: Feijoa. HEX triplet: AC, DD and 95. RGB value is (172,221,149). Sum of RGB (Red+Green+Blue) = 172+221+149=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD95 is #53226A. Grayscale: #C6C6C6. Windows color (decimal): -5448299 or 9821612. OLE color: 9821612.

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

Color convert

RGB 172 221 149 -
CMYK 0.22 0 0.33 0.13
HSL 100.83º 0.51% 0.73% -
HSV(B) 100.83º 0.33% 0.87% -
XYZ 48.29 62.65 37.98 -
YUV 198.14 100.27 109.35 -
System Red Green Blue C M Y K H S L
Decimal 172 221 149 0.22 0 0.33 0.13 100.83 0.51 0.73
Hex AC DD 95 16 0 21 D 65 33 49
Octal 254 335 225 26 0 41 15 145 63 111
Binary 10101100 11011101 10010101 10110 0 100001 1101 1100101 110011 1001001

Color Harmonies of #ACDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD95

Black with #ACDD95

Text Example


Text Example

White with #ACDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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