Html Css Color HEX #ACDA91 Feijoa

📋 copy color: '#ACDA91'

red 172 ◦ green 218 ◦ blue 145

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

Shades of Feijoa #ACDA91

Tints of Feijoa #ACDA91

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 145 (57.03% from 255) = 27.1%

R = 32.15%
G = 40.75%
B = 27.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#ACDA91 (or 0xACDA91) is known color: Feijoa. HEX triplet: AC, DA and 91. RGB value is (172,218,145). Sum of RGB (Red+Green+Blue) = 172+218+145=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA91 is #53256E. Grayscale: #C4C4C4. Windows color (decimal): -5449071 or 9558700. OLE color: 9558700.

HSL color Cylindrical-coordinate representation of color #ACDA91: hue angle of 97.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDA91 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 145 -
CMYK 0.21 0 0.33 0.15
HSL 97.81º 0.5% 0.71% -
HSV(B) 97.81º 0.33% 0.85% -
XYZ 47.2 60.96 36.07 -
YUV 195.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 172 218 145 0.21 0 0.33 0.15 97.81 0.5 0.71
Hex AC DA 91 15 0 21 F 62 32 47
Octal 254 332 221 25 0 41 17 142 62 107
Binary 10101100 11011010 10010001 10101 0 100001 1111 1100010 110010 1000111

Color Harmonies of #ACDA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA91

Black with #ACDA91

Text Example


Text Example

White with #ACDA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA91; }

 p { color: rgb(172,218,145); }

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

background-color css

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

 a { background-color: rgb(172,218,145); }

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

border-color css

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

 span { border-color: rgb(172,218,145); }

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