Html Css Color HEX #ACE485 Feijoa

📋 copy color: '#ACE485'

red 172 ◦ green 228 ◦ blue 133

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

Shades of Feijoa #ACE485

Tints of Feijoa #ACE485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.78%

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

R = 32.27%
G = 42.78%
B = 24.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#ACE485 (or 0xACE485) is known color: Feijoa. HEX triplet: AC, E4 and 85. RGB value is (172,228,133). Sum of RGB (Red+Green+Blue) = 172+228+133=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE485 is #531B7A. Grayscale: #C8C8C8. Windows color (decimal): -5446523 or 8774828. OLE color: 8774828.

HSL color Cylindrical-coordinate representation of color #ACE485: hue angle of 95.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE485 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 133 -
CMYK 0.25 0 0.42 0.11
HSL 95.37º 0.64% 0.71% -
HSV(B) 95.37º 0.42% 0.89% -
XYZ 48.99 65.95 32.34 -
YUV 200.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 172 228 133 0.25 0 0.42 0.11 95.37 0.64 0.71
Hex AC E4 85 19 0 2A B 5F 40 47
Octal 254 344 205 31 0 52 13 137 100 107
Binary 10101100 11100100 10000101 11001 0 101010 1011 1011111 1000000 1000111

Color Harmonies of #ACE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE485

Black with #ACE485

Text Example


Text Example

White with #ACE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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