Html Css Color HEX #ACD485 Feijoa

📋 copy color: '#ACD485'

red 172 ◦ green 212 ◦ blue 133

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

Shades of Feijoa #ACD485

Tints of Feijoa #ACD485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

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

R = 33.27%
G = 41.01%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#ACD485 (or 0xACD485) is known color: Feijoa. HEX triplet: AC, D4 and 85. RGB value is (172,212,133). Sum of RGB (Red+Green+Blue) = 172+212+133=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD485 is #532B7A. Grayscale: #BFBFBF. Windows color (decimal): -5450619 or 8770732. OLE color: 8770732.

HSL color Cylindrical-coordinate representation of color #ACD485: hue angle of 90.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD485 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 133 -
CMYK 0.19 0 0.37 0.17
HSL 90.38º 0.48% 0.68% -
HSV(B) 90.38º 0.37% 0.83% -
XYZ 44.79 57.55 30.94 -
YUV 191.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 172 212 133 0.19 0 0.37 0.17 90.38 0.48 0.68
Hex AC D4 85 13 0 25 11 5A 30 44
Octal 254 324 205 23 0 45 21 132 60 104
Binary 10101100 11010100 10000101 10011 0 100101 10001 1011010 110000 1000100

Color Harmonies of #ACD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD485

Black with #ACD485

Text Example


Text Example

White with #ACD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD485; }

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

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

background-color css

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

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

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

border-color css

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

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

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