Html Css Color HEX #ACDF94 Feijoa

📋 copy color: '#ACDF94'

red 172 ◦ green 223 ◦ blue 148

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

Shades of Feijoa #ACDF94

Tints of Feijoa #ACDF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 31.68%
G = 41.07%
B = 27.26%

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

#ACDF94 (or 0xACDF94) is known color: Feijoa. HEX triplet: AC, DF and 94. RGB value is (172,223,148). Sum of RGB (Red+Green+Blue) = 172+223+148=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF94 is #53206B. Grayscale: #C7C7C7. Windows color (decimal): -5447788 or 9756588. OLE color: 9756588.

HSL color Cylindrical-coordinate representation of color #ACDF94: hue angle of 100.8º 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 #ACDF94 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 148 -
CMYK 0.23 0 0.34 0.13
HSL 100.8º 0.54% 0.73% -
HSV(B) 100.8º 0.34% 0.87% -
XYZ 48.75 63.68 37.74 -
YUV 199.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 172 223 148 0.23 0 0.34 0.13 100.8 0.54 0.73
Hex AC DF 94 17 0 22 D 65 36 49
Octal 254 337 224 27 0 42 15 145 66 111
Binary 10101100 11011111 10010100 10111 0 100010 1101 1100101 110110 1001001

Color Harmonies of #ACDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF94

Black with #ACDF94

Text Example


Text Example

White with #ACDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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