Html Css Color HEX #ACD981 Feijoa

📋 copy color: '#ACD981'

red 172 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #ACD981

Tints of Feijoa #ACD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 33.2%
G = 41.89%
B = 24.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ACD981 (or 0xACD981) is known color: Feijoa. HEX triplet: AC, D9 and 81. RGB value is (172,217,129). Sum of RGB (Red+Green+Blue) = 172+217+129=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD981 is #53267E. Grayscale: #C1C1C1. Windows color (decimal): -5449343 or 8509868. OLE color: 8509868.

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

Color convert

RGB 172 217 129 -
CMYK 0.21 0 0.41 0.15
HSL 90.68º 0.54% 0.68% -
HSV(B) 90.68º 0.41% 0.85% -
XYZ 45.79 59.98 29.93 -
YUV 193.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 172 217 129 0.21 0 0.41 0.15 90.68 0.54 0.68
Hex AC D9 81 15 0 29 F 5B 36 44
Octal 254 331 201 25 0 51 17 133 66 104
Binary 10101100 11011001 10000001 10101 0 101001 1111 1011011 110110 1000100

Color Harmonies of #ACD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD981

Black with #ACD981

Text Example


Text Example

White with #ACD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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