Html Css Color HEX #ACE486 Feijoa

📋 copy color: '#ACE486'

red 172 ◦ green 228 ◦ blue 134

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

Shades of Feijoa #ACE486

Tints of Feijoa #ACE486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 32.21%
G = 42.7%
B = 25.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#ACE486 (or 0xACE486) is known color: Feijoa. HEX triplet: AC, E4 and 86. RGB value is (172,228,134). Sum of RGB (Red+Green+Blue) = 172+228+134=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE486 is #531B79. Grayscale: #C8C8C8. Windows color (decimal): -5446522 or 8840364. OLE color: 8840364.

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

Color convert

RGB 172 228 134 -
CMYK 0.25 0 0.41 0.11
HSL 95.74º 0.64% 0.71% -
HSV(B) 95.74º 0.41% 0.89% -
XYZ 49.06 65.98 32.7 -
YUV 200.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 172 228 134 0.25 0 0.41 0.11 95.74 0.64 0.71
Hex AC E4 86 19 0 29 B 60 40 47
Octal 254 344 206 31 0 51 13 140 100 107
Binary 10101100 11100100 10000110 11001 0 101001 1011 1100000 1000000 1000111

Color Harmonies of #ACE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE486

Black with #ACE486

Text Example


Text Example

White with #ACE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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