Html Css Color HEX #ACD86F Feijoa

📋 copy color: '#ACD86F'

red 172 ◦ green 216 ◦ blue 111

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

Shades of Feijoa #ACD86F

Tints of Feijoa #ACD86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 34.47%
G = 43.29%
B = 22.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#ACD86F (or 0xACD86F) is known color: Feijoa. HEX triplet: AC, D8 and 6F. RGB value is (172,216,111). Sum of RGB (Red+Green+Blue) = 172+216+111=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD86F is #532790. Grayscale: #BFBFBF. Windows color (decimal): -5449617 or 7329964. OLE color: 7329964.

HSL color Cylindrical-coordinate representation of color #ACD86F: hue angle of 85.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD86F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 111 -
CMYK 0.20 0 0.49 0.15
HSL 85.14º 0.57% 0.64% -
HSV(B) 85.14º 0.49% 0.85% -
XYZ 44.44 59.03 24.09 -
YUV 190.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 172 216 111 0.20 0 0.49 0.15 85.14 0.57 0.64
Hex AC D8 6F 14 0 31 F 55 39 40
Octal 254 330 157 24 0 61 17 125 71 100
Binary 10101100 11011000 1101111 10100 0 110001 1111 1010101 111001 1000000

Color Harmonies of #ACD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD86F

Black with #ACD86F

Text Example


Text Example

White with #ACD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD86F; }

 p { color: rgb(172,216,111); }

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

background-color css

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

 a { background-color: rgb(172,216,111); }

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

border-color css

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

 span { border-color: rgb(172,216,111); }

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