Html Css Color HEX #ACD885 Feijoa

📋 copy color: '#ACD885'

red 172 ◦ green 216 ◦ blue 133

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

Shades of Feijoa #ACD885

Tints of Feijoa #ACD885

RGB

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

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

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

R = 33.01%
G = 41.46%
B = 25.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#ACD885 (or 0xACD885) is known color: Feijoa. HEX triplet: AC, D8 and 85. RGB value is (172,216,133). Sum of RGB (Red+Green+Blue) = 172+216+133=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD885 is #53277A. Grayscale: #C1C1C1. Windows color (decimal): -5449595 or 8771756. OLE color: 8771756.

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

Color convert

RGB 172 216 133 -
CMYK 0.20 0 0.38 0.15
HSL 91.81º 0.52% 0.68% -
HSV(B) 91.81º 0.38% 0.85% -
XYZ 45.8 59.58 31.28 -
YUV 193.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 172 216 133 0.20 0 0.38 0.15 91.81 0.52 0.68
Hex AC D8 85 14 0 26 F 5C 34 44
Octal 254 330 205 24 0 46 17 134 64 104
Binary 10101100 11011000 10000101 10100 0 100110 1111 1011100 110100 1000100

Color Harmonies of #ACD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD885

Black with #ACD885

Text Example


Text Example

White with #ACD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD885; }

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

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

background-color css

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

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

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

border-color css

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

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

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