Html Css Color HEX #ACDF93 Feijoa

📋 copy color: '#ACDF93'

red 172 ◦ green 223 ◦ blue 147

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

Shades of Feijoa #ACDF93

Tints of Feijoa #ACDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 31.73%
G = 41.14%
B = 27.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#ACDF93 (or 0xACDF93) is known color: Feijoa. HEX triplet: AC, DF and 93. RGB value is (172,223,147). Sum of RGB (Red+Green+Blue) = 172+223+147=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF93 is #53206C. Grayscale: #C7C7C7. Windows color (decimal): -5447789 or 9691052. OLE color: 9691052.

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

Color convert

RGB 172 223 147 -
CMYK 0.23 0 0.34 0.13
HSL 100.26º 0.54% 0.73% -
HSV(B) 100.26º 0.34% 0.87% -
XYZ 48.67 63.65 37.32 -
YUV 199.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 172 223 147 0.23 0 0.34 0.13 100.26 0.54 0.73
Hex AC DF 93 17 0 22 D 64 36 49
Octal 254 337 223 27 0 42 15 144 66 111
Binary 10101100 11011111 10010011 10111 0 100010 1101 1100100 110110 1001001

Color Harmonies of #ACDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF93

Black with #ACDF93

Text Example


Text Example

White with #ACDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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