Html Css Color HEX #ACD985 Feijoa

📋 copy color: '#ACD985'

red 172 ◦ green 217 ◦ blue 133

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

Shades of Feijoa #ACD985

Tints of Feijoa #ACD985

RGB

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

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

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

R = 32.95%
G = 41.57%
B = 25.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ACD985 (or 0xACD985) is known color: Feijoa. HEX triplet: AC, D9 and 85. RGB value is (172,217,133). Sum of RGB (Red+Green+Blue) = 172+217+133=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD985 is #53267A. Grayscale: #C2C2C2. Windows color (decimal): -5449339 or 8772012. OLE color: 8772012.

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

Color convert

RGB 172 217 133 -
CMYK 0.21 0 0.39 0.15
HSL 92.14º 0.53% 0.69% -
HSV(B) 92.14º 0.39% 0.85% -
XYZ 46.06 60.09 31.36 -
YUV 193.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 172 217 133 0.21 0 0.39 0.15 92.14 0.53 0.69
Hex AC D9 85 15 0 27 F 5C 34 45
Octal 254 331 205 25 0 47 17 134 64 105
Binary 10101100 11011001 10000101 10101 0 100111 1111 1011100 110100 1000101

Color Harmonies of #ACD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD985

Black with #ACD985

Text Example


Text Example

White with #ACD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD985; }

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

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

background-color css

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

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

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

border-color css

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

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

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