Html Css Color HEX #ACD990 Feijoa

📋 copy color: '#ACD990'

red 172 ◦ green 217 ◦ blue 144

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

Shades of Feijoa #ACD990

Tints of Feijoa #ACD990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 32.27%
G = 40.71%
B = 27.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#ACD990 (or 0xACD990) is known color: Feijoa. HEX triplet: AC, D9 and 90. RGB value is (172,217,144). Sum of RGB (Red+Green+Blue) = 172+217+144=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD990 is #53266F. Grayscale: #C3C3C3. Windows color (decimal): -5449328 or 9492908. OLE color: 9492908.

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

Color convert

RGB 172 217 144 -
CMYK 0.21 0 0.34 0.15
HSL 96.99º 0.49% 0.71% -
HSV(B) 96.99º 0.34% 0.85% -
XYZ 46.86 60.41 35.58 -
YUV 195.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 172 217 144 0.21 0 0.34 0.15 96.99 0.49 0.71
Hex AC D9 90 15 0 22 F 61 31 47
Octal 254 331 220 25 0 42 17 141 61 107
Binary 10101100 11011001 10010000 10101 0 100010 1111 1100001 110001 1000111

Color Harmonies of #ACD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD990

Black with #ACD990

Text Example


Text Example

White with #ACD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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