Html Css Color HEX #ACDF91 Feijoa

📋 copy color: '#ACDF91'

red 172 ◦ green 223 ◦ blue 145

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

Shades of Feijoa #ACDF91

Tints of Feijoa #ACDF91

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 31.85%
G = 41.3%
B = 26.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#ACDF91 (or 0xACDF91) is known color: Feijoa. HEX triplet: AC, DF and 91. RGB value is (172,223,145). Sum of RGB (Red+Green+Blue) = 172+223+145=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF91 is #53206E. Grayscale: #C7C7C7. Windows color (decimal): -5447791 or 9559980. OLE color: 9559980.

HSL color Cylindrical-coordinate representation of color #ACDF91: hue angle of 99.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDF91 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 145 -
CMYK 0.23 0 0.35 0.13
HSL 99.23º 0.55% 0.72% -
HSV(B) 99.23º 0.35% 0.87% -
XYZ 48.51 63.59 36.51 -
YUV 198.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 172 223 145 0.23 0 0.35 0.13 99.23 0.55 0.72
Hex AC DF 91 17 0 23 D 63 37 48
Octal 254 337 221 27 0 43 15 143 67 110
Binary 10101100 11011111 10010001 10111 0 100011 1101 1100011 110111 1001000

Color Harmonies of #ACDF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF91

Black with #ACDF91

Text Example


Text Example

White with #ACDF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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