Html Css Color HEX #ACD983 Feijoa

📋 copy color: '#ACD983'

red 172 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #ACD983

Tints of Feijoa #ACD983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 33.08%
G = 41.73%
B = 25.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#ACD983 (or 0xACD983) is known color: Feijoa. HEX triplet: AC, D9 and 83. RGB value is (172,217,131). Sum of RGB (Red+Green+Blue) = 172+217+131=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD983 is #53267C. Grayscale: #C2C2C2. Windows color (decimal): -5449341 or 8640940. OLE color: 8640940.

HSL color Cylindrical-coordinate representation of color #ACD983: hue angle of 91.4º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD983 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 131 -
CMYK 0.21 0 0.40 0.15
HSL 91.4º 0.53% 0.68% -
HSV(B) 91.4º 0.4% 0.85% -
XYZ 45.92 60.04 30.64 -
YUV 193.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 172 217 131 0.21 0 0.40 0.15 91.4 0.53 0.68
Hex AC D9 83 15 0 28 F 5B 35 44
Octal 254 331 203 25 0 50 17 133 65 104
Binary 10101100 11011001 10000011 10101 0 101000 1111 1011011 110101 1000100

Color Harmonies of #ACD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD983

Black with #ACD983

Text Example


Text Example

White with #ACD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD983; }

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

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

background-color css

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

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

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

border-color css

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

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

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