Html Css Color HEX #ACD785 Feijoa

📋 copy color: '#ACD785'

red 172 ◦ green 215 ◦ blue 133

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

Shades of Feijoa #ACD785

Tints of Feijoa #ACD785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 33.08%
G = 41.35%
B = 25.58%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#ACD785 (or 0xACD785) is known color: Feijoa. HEX triplet: AC, D7 and 85. RGB value is (172,215,133). Sum of RGB (Red+Green+Blue) = 172+215+133=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD785 is #53287A. Grayscale: #C1C1C1. Windows color (decimal): -5449851 or 8771500. OLE color: 8771500.

HSL color Cylindrical-coordinate representation of color #ACD785: hue angle of 91.46º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD785 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 133 -
CMYK 0.2 0 0.38 0.16
HSL 91.46º 0.51% 0.68% -
HSV(B) 91.46º 0.38% 0.84% -
XYZ 45.55 59.06 31.19 -
YUV 192.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 172 215 133 0.2 0 0.38 0.16 91.46 0.51 0.68
Hex AC D7 85 14 0 26 10 5B 33 44
Octal 254 327 205 24 0 46 20 133 63 104
Binary 10101100 11010111 10000101 10100 0 100110 10000 1011011 110011 1000100

Color Harmonies of #ACD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD785

Black with #ACD785

Text Example


Text Example

White with #ACD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD785; }

 p { color: rgb(172,215,133); }

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

background-color css

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

 a { background-color: rgb(172,215,133); }

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

border-color css

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

 span { border-color: rgb(172,215,133); }

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