Html Css Color HEX #ACD986 Feijoa

📋 copy color: '#ACD986'

red 172 ◦ green 217 ◦ blue 134

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

Shades of Feijoa #ACD986

Tints of Feijoa #ACD986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 32.89%
G = 41.49%
B = 25.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#ACD986 (or 0xACD986) is known color: Feijoa. HEX triplet: AC, D9 and 86. RGB value is (172,217,134). Sum of RGB (Red+Green+Blue) = 172+217+134=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD986 is #532679. Grayscale: #C2C2C2. Windows color (decimal): -5449338 or 8837548. OLE color: 8837548.

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

Color convert

RGB 172 217 134 -
CMYK 0.21 0 0.38 0.15
HSL 92.53º 0.52% 0.69% -
HSV(B) 92.53º 0.38% 0.85% -
XYZ 46.13 60.12 31.73 -
YUV 194.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 172 217 134 0.21 0 0.38 0.15 92.53 0.52 0.69
Hex AC D9 86 15 0 26 F 5D 34 45
Octal 254 331 206 25 0 46 17 135 64 105
Binary 10101100 11011001 10000110 10101 0 100110 1111 1011101 110100 1000101

Color Harmonies of #ACD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD986

Black with #ACD986

Text Example


Text Example

White with #ACD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD986; }

 p { color: rgb(172,217,134); }

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

background-color css

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

 a { background-color: rgb(172,217,134); }

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

border-color css

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

 span { border-color: rgb(172,217,134); }

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