Html Css Color HEX #ACD585 Feijoa

📋 copy color: '#ACD585'

red 172 ◦ green 213 ◦ blue 133

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

Shades of Feijoa #ACD585

Tints of Feijoa #ACD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

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

R = 33.2%
G = 41.12%
B = 25.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#ACD585 (or 0xACD585) is known color: Feijoa. HEX triplet: AC, D5 and 85. RGB value is (172,213,133). Sum of RGB (Red+Green+Blue) = 172+213+133=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD585 is #532A7A. Grayscale: #BFBFBF. Windows color (decimal): -5450363 or 8770988. OLE color: 8770988.

HSL color Cylindrical-coordinate representation of color #ACD585: hue angle of 90.75º degrees, saturation: 0.49, 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 #ACD585 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 133 -
CMYK 0.19 0 0.38 0.16
HSL 90.75º 0.49% 0.68% -
HSV(B) 90.75º 0.38% 0.84% -
XYZ 45.04 58.05 31.02 -
YUV 191.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 172 213 133 0.19 0 0.38 0.16 90.75 0.49 0.68
Hex AC D5 85 13 0 26 10 5B 31 44
Octal 254 325 205 23 0 46 20 133 61 104
Binary 10101100 11010101 10000101 10011 0 100110 10000 1011011 110001 1000100

Color Harmonies of #ACD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD585

Black with #ACD585

Text Example


Text Example

White with #ACD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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