Html Css Color HEX #ACD880 Feijoa

📋 copy color: '#ACD880'

red 172 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #ACD880

Tints of Feijoa #ACD880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.81%

R = 33.33%
G = 41.86%
B = 24.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ACD880 (or 0xACD880) is known color: Feijoa. HEX triplet: AC, D8 and 80. RGB value is (172,216,128). Sum of RGB (Red+Green+Blue) = 172+216+128=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD880 is #53277F. Grayscale: #C1C1C1. Windows color (decimal): -5449600 or 8444076. OLE color: 8444076.

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

Color convert

RGB 172 216 128 -
CMYK 0.20 0 0.41 0.15
HSL 90º 0.53% 0.67% -
HSV(B) 90º 0.41% 0.85% -
XYZ 45.47 59.44 29.5 -
YUV 192.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 172 216 128 0.20 0 0.41 0.15 90 0.53 0.67
Hex AC D8 80 14 0 29 F 5A 35 43
Octal 254 330 200 24 0 51 17 132 65 103
Binary 10101100 11011000 10000000 10100 0 101001 1111 1011010 110101 1000011

Color Harmonies of #ACD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD880

Black with #ACD880

Text Example


Text Example

White with #ACD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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